Closed JoeSSS closed 7 years ago
Just checked. It fails also on the latest Pipeline and BlueOcean versions
Yup, I get the same stack trace with v3.1.10. Using Pipeline v2.5 and Blue Ocean v1.2.0.
Rolling back to 3.9.0 fixed it.
There is no default set for the sorting method. A workaround for the issue is to set the sorting method.
E.g. in a pipeline script you could do the following:
step([$class: 'CucumberReportPublisher', jsonReportDirectory: '.test-results', fileIncludePattern: 'e2e-test-results.json', sortingMethod: 'NATURAL'])
is there any documentation about the sorting methods possibilities and options? :)
Maybe there is a better way, but at least #177 fixes the NPE for us and we don't need to change all our pipeline scripts with the workaround.
Thanks to @tisoft patch has been merged and patch was released
Reports are failing in pipelines after new update. Pipeline v2.2; BlueOcean v1.1.4. p.s. Rollback to 3.9.0 helps
Stack trace: