-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
pitmutation 1.0.16
The pitpublisher in pipeline throws an exception when no reports are found. This is not consistent to other publisher plugins which only write a warning to the log files.
This should be changed to emit a warning to log instead of throwing an exception.
My code:
step([$class : 'PitPublisher', mutationStatsFile : '**/target/pit-reports/mutations.xml', killRatioMustImprove: false])
[JENKINS-49071] Don't throw exception when no reports available
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
reitzmichnicht do you have any examples of other publisher plugins doing this? If I'm going to make it consistent, I would like to be able to compare.