mdp created Bug JENKINS-16595
Issue Type: Bug Bug
Assignee: Unassigned
Components: maven
Created: 01/Feb/13 1:23 PM
Description:

We have a maven job with the Jenkins Config File Provider plugin configured to provide a properties file and put it location in a TEST_PROPERTIES environment variable.
Then the 'goals and options' field contains -Dproperties.url="" href="file://$">file://${TEST_PROPERTIES}

This worked before a recent upgrade to Jenkins 1.500, but now the variable is not expanded which causes build to fail.

Log from a build before upgrade to 1.500:

[...]
provisoning config files...
copy managed file [local.properties] to file:/srv/tmp/config1408060397776967617tmp
[...]
Executing Maven: -B [...] -Dproperties.url="" href="file:///srv/tmp/config1408060397776967617tmp">file:///srv/tmp/config1408060397776967617tmp

Log from a build under 1.500:

[...]
provisoning config files...
copy managed file [local.properties] to file:/srv/tmp/config5441788955584931389tmp
[...]
Executing Maven: -B [...] -Dproperties.url="" href="file://$">file://${TEST_PROPERTIES}

Environment: Jenkins 1.500
Config File Provider Plugin 2.4
Project: Jenkins
Priority: Major Major
Reporter: mdp
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to