-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
I have set up a Parameterized Matrix Project.
For example my Parameter is simply SVNTAG=AProject-0.1.0.
I set up my repository url to http://svn/tags/${SVNTAG}
Then, when I try to manually build my project, the Master executer succesfully
checks out the code, but the triggered slaves cannot checkout. They report an
error that the URL http://svn/tags/${SVNTAG} does not exist.
It seems like the slaves are not getting the parameter values.
- is duplicated by
-
JENKINS-2525 Parameterized build does not work for multi-configuration projects
- Closed