Tim Mason commented on Improvement JENKINS-15862

Hi Rob,

coverity is a static analysis tool. In normal usage (outside of Jenkins), the coverity binary is prepended to the normal build command line.
e.g. "cov-build g++ foo.cc".

I'm not familiar with the specifics of how plugins interact with Jenkins, but it looks like the coverity plugin has some classes which inherit from LauncherDecorator, these prepend "cov-build " to the command, when the LauncherDecorator::decorate() method is called. It seems like it is doing this for every command, when it should just be done for the build commands.

Anyway, thanks for fixing the login parsing. I will test the fix and if it doesn't work I'll stick with the workaround.

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

Reply via email to