-
Improvement
-
Resolution: Won't Fix
-
Major
-
None
See groups thread here:
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:
eval \$RELEASE_BRANCH_$STACK
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!
- is related to
-
JENKINS-12450 Interpret Nested Variables Throughout Jenkins
-
- Resolved
-
Arno, also see this jira which tries to address the problem across Jenkins:
https://issues.jenkins-ci.org/browse/JENKINS-12450