-
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
[JENKINS-28207] Using varibale as branch name
Assignee | New: Michael Clarke [ mc1arke ] | |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 163033 ] | New: JNJira + In-Review [ 208730 ] |
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}"