-
Bug
-
Resolution: Fixed
-
Blocker
-
None
We've run into this on the past two versions (1.51, 1.50) with some subset of jobs that use the Sauce plugin, generally only for the Sauce Connect integration.
The error below is what is dumped to the "All Jenkins Log", the jobs that have the failure have completely empty Console Logs.
SEVERE: #1705 failed to build and we don't even have a listener java.lang.NullPointerException at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:776) at hudson.model.Build$BuildExecution.post2(Build.java:183) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:720) at hudson.model.Run.execute(Run.java:1600) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:237) Apr 1, 2013 3:07:31 PM hudson.model.Run handleFatalBuildProblem SEVERE: #1705 failed to build and we don't even have a listener java.lang.NullPointerException at hudson.plugins.sauce_ondemand.SauceOnDemandBuildWrapper.decorateLogger(SauceOnDemandBuildWrapper.java:514) at hudson.model.Run.execute(Run.java:1562) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:237)
I've pushed version 1.52 to the Jenkins plugin repository, can you try this version out and let me know if it fixes the issue?