-
Bug
-
Resolution: Fixed
-
Minor
-
None
Since the implementation of SimpleBuildStep, the boolean returning implementation of "perform" is no longer called, and the void returning version does nothing when NUnitArchiver returns false.
See https://github.com/jenkinsci/nunit-plugin/blob/master/src/main/java/hudson/plugins/nunit/NUnitPublisher.java, lines 141 and 275.
- is related to
-
JENKINS-27618 Workflow support for NUnit plugin
- Resolved