Skip to content

Commit

Permalink
add handler.updateBuildStatus() to non-blocking example
Browse files Browse the repository at this point in the history
  • Loading branch information
dash1291 committed Feb 23, 2020
1 parent c9c3596 commit 8268b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README_PipelineConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def handle = triggerRemoteJob(
while( !handle.isFinished() ) {
echo 'Current Status: ' + handle.getBuildStatus().toString();
sleep 5
handle.updateBuildStatus()
}
echo handle.getBuildStatus().toString();
```
Expand Down

0 comments on commit 8268b12

Please sign in to comment.