Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
Jenkins 2.117
Blue Ocean 1.5
-
-
1.14.0
Description
Steps to reproduce using two jobs:
- First job: triggers the second job (wait = true)
- Second job: record unit tests
- Open Blue Ocean from the first job, click Triggered Builds to access the second job
- The Tests tab will say no results are recorded
- Exit Blue Ocean, and access it again from the second job
- The Tests tab will show results
I noticed this happening both while the job was running and complete.
Attachments
Issue Links
- is related to
-
JENKINS-51110 no test results visible in blueocean when following link from classic -> BO
-
- Resolved
-
-
JENKINS-55497 BlueOcean Pipeline View for the Latest Run shows No Changes
-
- Resolved
-
stuartrowe and halkeye: Sorry for the confusion. I am really extremely pretty sure that the problem I described in https://issues.jenkins-ci.org/browse/JENKINS-51111?focusedCommentId=343321&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-343321 (with rather straightforward reproducer steps) works now as expected (for "changes" AND for "tests") – and I think that was really the same problem as this issue's original description.
However, I could also imagine that stuartrowe is perfectly right about that he only fixed the "changes" now in the course of
JENKINS-55497, and "tests" was already fixed some time ago...