|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I'm still having this issue in 1.554:
Archiving artifacts
ERROR: Publisher jenkins.plugins.coverity.CoverityPublisher aborted due to exception
java.lang.NullPointerException
at jenkins.plugins.coverity.analysis.CoverityToolHandler.getHandler(CoverityToolHandler.java:44)
at jenkins.plugins.coverity.CoverityPublisher.perform(CoverityPublisher.java:233)
at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:32)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
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:725)
at hudson.model.Run.execute(Run.java:1701)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:231)
Has there been any update from Coverity support on their internal issue? I can't seem to find that issue visible in any web searches. Is this really a bug that can only be fixed by Coverity?
Is the only workaround at this point to disable the Coverity plugin completely? I perform all of my analysis from within my msbuild scripts, so we're only using the plugin for visualization of issues posted to the server.