Blue Ocean does not show all steps in stage

This issue is archived. You can view it, but you can't modify it. Learn more

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

            Assignee:
            Unassigned
            Reporter:
            Sverre Moe
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: