- 
    
Improvement
 - 
    Resolution: Unresolved
 - 
    
Critical
 - 
    b06
 
- 
        
 - 
        Blue Ocean 1.1, Blue Ocean 1.2-beta1, Blue Ocean 1.2-beta2, Blue Ocean 1.4 - beta 3, Blue Ocean 1.5 - beta 2
 - 
        1.14.0
 
This improvement is on the Blue Ocean project roadmap. Check the roadmap page for updates.
Same pipeline as JENKINS-38337
stage "Stage 1"
stage ("Trigger jobs") {
    parallel(
        downstream1: {
            build 'downstream1'
        },
        downstream2: {
            build 'downstream2'
        }
    )
}
In the logs, we see things like Starting building: downstream2 #3, however unlike the classic console, this is not a link, so you can't browse to the other build.
Out of scope:
When the "don't wait" mode is used, there is no link to the resultant downstream job, so no need to link it back ( ie build job: 'downer', wait: false)
- is duplicated by
 - 
                    
JENKINS-44730 pipeline build command does not display other job in blueocean UI
-         
 - Closed
 
 -         
 - 
                    
JENKINS-49439 Blue Ocean does not render Pipeline Build Link
-         
 - Closed
 
 -         
 - 
                    
JENKINS-38337 Bullets for building external jobs are not represented in parallel block
-         
 - Closed
 
 -         
 - 
                    
JENKINS-45458 workflow plugin Build job in blue ocean view is not navigating to the job getting build
-         
 - Closed
 
 -         
 - 
                    
JENKINS-48849 No downstream links in Blue Ocean with Bitbucket Multibranch
-         
 - Closed
 
 -         
 - 
                    
JENKINS-44685 Make links to builds triggered with the 'build' step clickable
-         
 - Resolved
 
 -         
 - 
                    
JENKINS-50402 When building a downstream job in Blue Ocean it would great to have a link in the image of the branch to the downstream job
-         
 - Closed
 
 -         
 - 
                    
JENKINS-41851 Downstream job URL in blueocean UI
-         
 - Resolved
 
 -         
 - 
                    
JENKINS-42605 Directly jump to sub jobs started from a pipeline
-         
 - Resolved
 
 -         
 - 
                    
JENKINS-44582 Put links for triggered jobs
-         
 - Resolved
 
 -         
 
- is related to
 - 
                    
JENKINS-50408 Highlight difficult to see after clicking on stage
-         
 - Closed
 
 -         
 
- relates to
 - 
                    
JENKINS-45135 Add links to triggered Job in pipeline as
-         
 - Resolved
 
 -         
 - 
                    
JENKINS-43107 Support console annotations and log stuff
-         
 - Resolved
 
 -         
 
- links to
 
- mentioned in
 - 
                    
Page Loading...