-
Bug
-
Resolution: Unresolved
-
Minor
-
None
If a downstream job is called by two different upstream jobs, the last run upstream job is the only one that shows the Build Flow graph . The other upstream job does not show the build flow unless it is run again, even if other past job runs are listed in Jenkins.
Steps to reproduce:
- Create a downstream job.
- Create two different upstream jobs that call the downstream job.
- Run the first upstream job.
- Once the first upstream job completes, run the second upstream job.
- The first upstream job will not show the Build Flow. Only the second upstream job will show the Build Flow.