In the additional arguments fields for cov-build, cov-analyze, cov-commit, etc., Jenkins build variables are not able to be used. I tried to add the following to additional cov-commit-defects arguments:
--strip-path "${WORKSPACE}" --target x86 --description "from Jenkins"
and the variable is not replaced with the workspace, it actually tried to strip the path of '${WORKSPACE}' which is obviously not what you want to do.
- is blocking
-
JENKINS-18551 Coverity Plugin Is Incompatible with MSBuild Plugin
-
- Closed
-
Can we get an update as to whether this has been brought in yet? Also, I wonder if it would be possible to maintain a backported 1.2.4 branch for the folks who aren't using CIM v6 or greater...