screwdriver
screwdriver copied to clipboard
Centered pipeline graph and Events tab's pipeline graph is different
What happened: Centered pipeline graph and the pipeline graph located on the right has different pipeline view. The order of jobs are different between these pipelines.
`
What you expected to happen: Both have pipeline which looks same.
How to reproduce it:
Related issues: https://github.com/screwdriver-cd/screwdriver/issues/1604 https://github.com/screwdriver-cd/screwdriver/issues/1900
I found that the graph on the Events tab does not work correctly when an event using remote trigger triggers a job in the original pipeline after another job is executed in the pipeline to which it triggers, as shown below.
job-1-1triggersjob-1-2in the other pipeline.job-1-2triggersjob-1-3in the same pipeline.job-1-3triggersjob-1-4in the original pipeline.
