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

Blue Ocean does not show all steps in stage

XMLWordPrintable

      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
              }
          }
      
      }
      

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

              Created:
              Updated: