-
Bug
-
Resolution: Duplicate
-
Major
-
None
I have a pipeline like this, in a Jenkins job bigjob:
pipeline { agent any; stages { stage("job1") { steps { build job: 'job1'; } } stage("job2") { steps { build job: 'job2'; } } } }
In the blueocean UI, in the UI for bigjob, I cannot see the logs for job1 and job2.
It would be nice in blueocean if there was a way where I could click on something and go to the instances of job1 and job2 and see their logs.
Right now, I have to switch back to the classic UI, go to the console log,
which has links to job1 and job2.
- duplicates
-
JENKINS-38339 UI for downstream jobs launched with 'build' step
-
- In Review
-
[JENKINS-44730] pipeline build command does not display other job in blueocean UI
Link | New: This issue duplicates JENKINS-38339 [ JENKINS-38339 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
rodrigc thanks for filing. This is a duplicate of JENKINS-38339 and is planned for development shortly.