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

BlueOcean Shows Only First 100 Steps in Any Stage

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • blueocean-plugin
    • None

      Hello

      BlueOcean shows only first 100 steps in any stage:

      node('master') {
          stage('Test') {
              for (x = 1; x <= 200; x++) {
                  echo "msg ${x}"
              }
          }
      }
      

      Default limit of 100 steps per stage is very small.

      Please fix this bug.

      Versions:

      • Jenkins 2.239
      • BlueOcean 1.23.2
      • Official docker image

       

      Thank you

            Unassigned Unassigned
            lystor Mykola Ulianytskyi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: