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

            djviking Sverre Moe created issue -
            djviking Sverre Moe made changes -
            Field Original Value New Value
            Link This issue relates to JENKINS-42781 [ JENKINS-42781 ]
            djviking Sverre Moe made changes -
            Link This issue relates to JENKINS-39770 [ JENKINS-39770 ]

            People

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

              Dates

                Created:
                Updated: