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

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

      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.

          [JENKINS-46244] It would be nice to Paginate the steps within a node for Blue Ocean

          Alex Taylor created issue -

          James Dumay added a comment -

          We are working on solving this as part of JENKINS-41205.

          James Dumay added a comment - We are working on solving this as part of JENKINS-41205 .
          James Dumay made changes -
          Link New: This issue duplicates JENKINS-41205 [ JENKINS-41205 ]
          James Dumay made changes -
          Assignee Original: Ivan Meredith [ imeredith ]
          Resolution New: Duplicate [ 3 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          CloudBees Inc. made changes -
          Remote Link New: This issue links to "CloudBees Internal CD-271 (Web Link)" [ 19073 ]

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

              Created:
              Updated:
              Resolved: