The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.
For a list of other such plugins, see the Pipeline Steps Reference page.
waitForBuild
: Wait for build to completeWait on a build to complete.
Use the Pipeline Snippet Generator to generate a sample pipeline script for the waitforBuild step.
runId : String
The externalizableId of the build to wait on.
propagate : boolean
(optional)
If enabled, then the result of this step is that of the downstream build being waited on (e.g., success, unstable, failure, not built, or aborted). If disabled (default state), then this step succeeds even if the downstream build is unstable, failed, etc.; use the result
property of the return value as needed.
propagateAbort : boolean
(optional)
Please submit your feedback about this page through this quick form.
Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?
See existing feedback here.