screwdriver icon indicating copy to clipboard operation
screwdriver copied to clipboard

Centered pipeline graph and Events tab's pipeline graph is different

Open yuichi10 opened this issue 6 years ago • 2 comments

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.

スクリーンショット 2019-06-25 11 17 23 (1) `

What you expected to happen: Both have pipeline which looks same.

How to reproduce it:

yuichi10 avatar Jul 08 '19 09:07 yuichi10

Related issues: https://github.com/screwdriver-cd/screwdriver/issues/1604 https://github.com/screwdriver-cd/screwdriver/issues/1900

jithine avatar Jan 22 '20 19:01 jithine

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.

  1. job-1-1 triggers job-1-2 in the other pipeline.
  2. job-1-2 triggers job-1-3 in the same pipeline.
  3. job-1-3 triggers job-1-4 in the original pipeline.

image

yk634 avatar Apr 28 '22 08:04 yk634