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

Blue Ocean does not show all steps in stage

    XMLWordPrintable

Details

    Description

      Blue Ocean only shows up to 100 steps on Stage

      stage("Stage") {
      
          node("master") {
              for (int i = 0; i < 120; i++) {
                  println "Loop number " + i
              }
          }
      
      }
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              djviking Sverre Moe
              Votes:
              6 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: