-
Bug
-
Resolution: Unresolved
-
Critical
-
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