[ 
https://issues.jenkins-ci.org/browse/JENKINS-12841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159535#comment-159535
 ] 

SCM/JIRA link daemon commented on JENKINS-12841:
------------------------------------------------

Code changed in jenkins
User: Gregory Boissinot
Path:
 src/test/java/org/jenkinsci/plugins/envinject/EnvInjectBuildWrapperTest.java
http://jenkins-ci.org/commit/envinject-plugin/eb3cb491dcede8409b26bc8fe3cfc1e0af99b1d9
Log:
  Add an integration test to fix JENKINS-12841



                
> EnvInject Plugin 1.26 does not substitute ${WORKSPACE} correctly
> ----------------------------------------------------------------
>
>                 Key: JENKINS-12841
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12841
>             Project: Jenkins
>          Issue Type: Bug
>          Components: envinject
>            Reporter: mwebber
>            Assignee: gbois
>            Priority: Critical
>         Attachments: config.xml
>
>
> This problem appeared when I upgraded the EnvInject Plugin from 1.25 to 1.26, 
> so the problem was probably introduced with the fix for JENKINS-12704.
> I have a job with "Inject environment variables to the build process" 
> selected, and the following line in "Properties Content":
> materialize_workspace_path=${WORKSPACE}/materialize_workspace
> In 1.25, this environment variable was correctly given the value
> {{/scratch/jenkins_workspace/GDA_master.tests.RH5_64/materialize_workspace}}
> In 1.26, this environment variable was WRONGLY given the value
> {{/scratch/jenkins_slave//scratch/jenkins_workspace/GDA_master.tests.RH5_64/materialize_workspace}}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to