Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
Linux Ubuntu 11.04 x86_64
Description
Most of the project configuration fields allow you to reference parameterized build parameters using either the $PARAM or ${PARAM} syntax. It does not seem that the emma report search path field is doing parameter expansion before passing the value to the emma plugin for processing.
This is a minor inconvenience, as it means that I need to make copies of the Jenkins job to process different sets of emma reports, rather than being able to use job parameterization.
Code changed in jenkins
User: Seiji Sogabe
Path:
src/main/java/hudson/plugins/emma/EmmaPublisher.java
http://jenkins-ci.org/commit/emma-plugin/f940f726d6b005a2b5d37f154d2e89b43059e8bb
Log:
[FIXED JENKINS-11351] expand job parameters for report search path.