0
votes

I have 2 different branches to be pulled from 2 different git projects, project1 has everything i need in branch A and project2 has everything i need in master, how can i get both ?

I tried to get 2 projects but jenkins is showing only 1 " Branch Specifier (blank for 'any') "option under branches to build

Thanks in advance

1
Possible duplicate of: stackoverflow.com/questions/14843696/… ... As far as I am aware the answer given in this question is still correct with modern version of jenkins and the git plugin - Seb

1 Answers

0
votes

For that you can use Multiple SCMs Plugin which is built for such cases.