pipeline-steps-doc-generator
pipeline-steps-doc-generator copied to clipboard
Jenkins 2.511 breaks Pipeline steps documentation generator
Reproduction steps
- Refer to the failing automated test in https://github.com/jenkins-infra/pipeline-steps-doc-generator/pull/567 . The test passes with Jenkins 2.510 and earlier, but fails with 2.511
Expected Results
Pipeline steps doc generator should work with Jenkins 2.511 as it did with 2.510
Actual Results
Generated content is unexpectedly much smaller
Anything else?
Possibly related to the removal of IOException2 @strangelookingnerd?