-
New Feature
-
Resolution: Duplicate
-
Minor
-
None
I would like to be able to run more than 100 steps inside of a pipeline and still see them using the Blue ocean UI. I think being able to paginate or maybe do a "expand" button to load the next 100 would be a great feature within Blue ocean.
Steps to reproduce:
- Create pipeline
- Make the pipeline script
stage('Stage1') { node() { for (int i = 0; i<150; i++){ echo "hello ${i}" } } }
- Run the pipeline
- Observe that only steps 0-99 are shown but the pipeline still will run steps 99-149 if I look at the logs
It can get very confusing if you have follow up steps but no way to view them inside of Blue Ocean.
- duplicates
-
JENKINS-41205 Stage graph unsuitable for large and/or complex pipelines
- Resolved
- links to