-
Bug
-
Resolution: Fixed
-
Major
-
Both Windows and Linux has this problem .
Jenkins installation Mode: Manual Install
Jenkins Version: 1.632
Coverity Plugin Version: 1.6.0
Windows OS (2003 EE) JVM:
java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
Java HotSpot(TM) Client VM (build 23.21-b01, mixed mode, sharing)
Linux OS (Fedora 20) JVM:
java version "1.7.0_79"
OpenJDK Runtime Environment (fedora-2.5.5.0.fc20-x86_64 u79-b14)
OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)
Both Windows and Linux has this problem . Jenkins installation Mode: Manual Install Jenkins Version: 1.632 Coverity Plugin Version: 1.6.0 Windows OS (2003 EE) JVM: java version "1.7.0_21" Java(TM) SE Runtime Environment (build 1.7.0_21-b11) Java HotSpot(TM) Client VM (build 23.21-b01, mixed mode, sharing) Linux OS (Fedora 20) JVM: java version "1.7.0_79" OpenJDK Runtime Environment (fedora-2.5.5.0.fc20-x86_64 u79-b14) OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)
Coverity Plugin is not recognizing the Coverity Analysis Home directory. It fails with exception.
l
java.lang.Exception: Directory: /usr/local/cov-analysis-linux64-7.5.0/ doesn't exist.
at jenkins.plugins.coverity.CoverityUtils.checkDir(CoverityUtils.java:102)
at jenkins.plugins.coverity.CheckConfig.checkNode(CheckConfig.java:255)
at jenkins.plugins.coverity.CoverityLauncherDecorator.decorate(CoverityLauncherDecorator.java:87)
at hudson.Launcher.decorateFor(Launcher.java:695)
at hudson.model.Slave.createLauncher(Slave.java:375)
at hudson.model.AbstractBuild$AbstractBuildExecution.createLauncher(AbstractBuild.java:564)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)
at hudson.model.Run.execute(Run.java:1741)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:408)
and in windows also same problem observed.
Kindly resolve the same