-
New Feature
-
Resolution: Fixed
-
Major
I need to easily navigate between upstream and downstream builds. Presently it is easy to navigate from downstream to upstream build because downstream build has upstream build as a cause. But navigating from upstream to downstream build is complicated when `wait: false` is used in the build step.
When `wait` it is set to false, a build is triggered. But there is no way for the pipeline to know which build that was.
When `wait` is false, the returned value is `org.codehaus.groovy.runtime.NullObject`.
What will be useful is to have a parameter where build is triggered, then step waits until it has an id and returns only then.
Or is there any other easy way to figure out triggered builds?
- relates to
-
JENKINS-31392 Jenkins groovy script to get triggered build number
-
- Open
-
[JENKINS-60849] pipeline build step, wait until build is scheduled
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Link | New: This issue relates to JENKINS-31392 [ JENKINS-31392 ] |
Assignee | New: Stuart Rowe [ stuartrowe ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: https://github.com/jenkinsci/pipeline-build-step-plugin/releases/tag/486.vd08f550cceee | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Closed [ 6 ] |