-
Task
-
Resolution: Not A Defect
-
Major
Hi,
I have a master project which calls a slave project from it.
Now i want to define a CVS branch as variable from master project and this VARIABLE should be used by slave project as branch name and checkout using same.
How to do this?
Thanks,
VIkram
In the slave project define a parameter (say its name is "CVS_BRANCH"). Then in the CVS plugin field "Branch name" just provide the parameter: "${CVS_BRANCH}"