-
Bug
-
Resolution: Fixed
-
Critical
-
None
We have updated the plugin from 1.10 to 1.11. After that builds using it fail with a NullPointerException:
java.lang.NullPointerException
at hudson.plugins.testng.Publisher.perform(Publisher.java:186)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
Solution is probably to also consider the new field unstableFails in Publisher.readResolve().
- is related to
-
JENKINS-34822 TestNG plugin has incorrect default threshold values
- Open