-
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
could be the same issue