Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job nodes are missing in the workflow graph for pipelines with sequential stages #3279

Open
sagar1312 opened this issue Feb 6, 2025 · 0 comments

Comments

@sagar1312
Copy link
Member

What happened:

#3117 added more horizontal spacing between the stages. This created a regression as the additional spacing introduced is not accounted to adjust the overall width of the graph. Due to this, few jobs at the end of the workflow are not visible

Image

What you expected to happen:
When horizontal spacing is added between the stages, the overall width of the graph needs to expanded accordingly.

How to reproduce it:
Create a pipeline with the below workflow

  • 2 or more sequential stages (i.e. a stage triggering another stage)
  • one or more non-stage jobs which get triggered after the last stage

Sample pipeline https://cd.screwdriver.cd/pipelines/15612/events/827262

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Review
Development

No branches or pull requests

1 participant