-
Bug
-
Resolution: Not A Defect
-
Major
-
None
-
hudson 1.415, subversion plugin 1.28
i have an axis called PROJECT in which i have several values.
i wanted to compose the url with this axis, something like that
svn://mysvn/${PROJECT}
but it does not work: it's not expanded. i tried with all the ways i know:
${PROJECT}
${env.PROJECT}
$PROJECT
%PROJECT
%PROJECT%
none of them is expanded
using setenv did not give me more success, with any of the above ways to call the variable
[JENKINS-10003] Expand variables in Repository URL based on matrix axis or variable defined with setenv
Description |
Original:
i have an axis called PROJECT in which i have several values. i wanted to compose the url with this axis, something like that svn://mysvn/${PROJECT} but it does not work: it's not expanded. i tried with all the ways i know: ${PROJECT} ${env.PROJECT} $PROJECT %PROJECT %PROJECT% none of them is expanded |
New:
i have an axis called PROJECT in which i have several values. i wanted to compose the url with this axis, something like that svn://mysvn/${PROJECT} but it does not work: it's not expanded. i tried with all the ways i know: ${PROJECT} ${env.PROJECT} $PROJECT %PROJECT %PROJECT% none of them is expanded using setenv did not give me more success, with any of the above ways to call the variable |
Link |
New:
This issue is related to |
Link |
Original:
This issue is related to |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 140191 ] | New: JNJira + In-Review [ 205174 ] |
could be the same issue