Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-46244

It would be nice to Paginate the steps within a node for Blue Ocean

XMLWordPrintable

      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:

      1. Create pipeline
      2. Make the pipeline script 
        stage('Stage1') {
         node() {
          for (int i = 0; i<150; i++){
           echo "hello ${i}"
          }
         }
        }
      1. Run the pipeline
      2. 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.

            Unassigned Unassigned
            ataylor Alex Taylor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: