-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
Consider a pipeline like this:
pipeline { stages { stage("Trigger Deploy") { steps { build "happy-integration" } } } }
While the triggered build is running, the blue ocean view doesn't provide any way to get to the resultant build. Once it's built, an extra table is presented called Triggered Builds which provides easy access to it: