-
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
[JENKINS-46244] It would be nice to Paginate the steps within a node for Blue Ocean
Link |
New:
This issue duplicates |
Assignee | Original: Ivan Meredith [ imeredith ] | |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Remote Link | New: This issue links to "CloudBees Internal CD-271 (Web Link)" [ 19073 ] |