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

leojhartiv commented on JENKINS-12287:
--------------------------------------

Arno, also see this jira which tries to address the problem across Jenkins:
https://issues.jenkins-ci.org/browse/JENKINS-12450
                
> Interpret Nested Variables in Subversion URL
> --------------------------------------------
>
>                 Key: JENKINS-12287
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12287
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: subversion
>            Reporter: leojhartiv
>
> See groups thread here:
> http://groups.google.com/group/jenkinsci-users/browse_frm/thread/5bb278d41fd97021/8a3f468c47b971f6?#8a3f468c47b971f6
> I'm trying to create a pipeline for my build process. The same steps will be 
> executed, but against different subversion branches and/or data sources. 
> For most areas I am using the "run script" build step, so I can do something 
> like this: 
> {quote}  
> eval \$RELEASE_BRANCH_$STACK 
> {quote}
> Where STACK=03 and 
> RELEASE_BRANCH_03=http://server:port/repository/branches/03_BRANCH (the svn 
> URL for the 03 release branch).  The eval command won't work in that field.  
> I'd like this sort of support, simular to the SSH plugins.
> Thanks!

--
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