The return value is a RunWrapper <https://javadoc.jenkins.io/plugin/workflow-support/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper.html> as long as wait is set to true.
On Thursday, 11 July 2019 06:58:13 UTC-7, George Sexton wrote: > > Can anyone help me understand what if any the return value is for the > build pipeline step? I've read the docs here: > > > https://jenkins.io/doc/pipeline/steps/pipeline-build-step/#-build-%20build%20a%20job > > There's a vague reference here: > > propagate (optional) > > If set, then if the downstream build is anything but successful (blue > ball), this step fails. If disabled, then this step succeeds even if the > downstream build is unstable, failed, etc.; use the result property of > the return value as needed. > > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/f62cfa21-6bee-47fe-af42-31fe557e048c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
