0

I have 2 Jobs which checks out the code from 2 different repository ( A and B resp ). How can I have a single job which checks out the code from either A or B depending on the parameter so that i want to reduce the number of jobs in jenkins.I tried the sub version release plugin,but this did not perform what is required by me

Thanks in Advance

4

1 回答 1

0

你为什么不写一个脚本并运行它。使用参数化构建并配置参数。然后基于该参数,使用脚本克隆存储库

于 2016-08-16T11:59:35.047 回答