As seen in the gif, when a jenkins job has lots of stages, it overflows the screen. The fix is very simple, apply a width: 100%; overflow-y: auto
on the stage view container (class=cbwf-stage-view
). This improves website navigation, overview and user experience.
Open a pull request to the stage view plugin
There’s been a PR open for nearly a year: Fix stageview overflow by gkottr · Pull Request #333 · jenkinsci/pipeline-stage-view-plugin · GitHub
2 Likes