BlueOcean Shows Only First 100 Steps in Any Stage

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

XMLWordPrintable

      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

            Assignee:
            Unassigned
            Reporter:
            Mykola Ulianytskyi
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: