0
votes

I have 3 github repos and my build need to include all of them. How can I configure a free style project on Jenkins to listen on more than one github repo commit? I want to trigger the project on any commit to any of these three repos.

1

1 Answers

0
votes

I'm afraid you cannot do that in the same Job. If u want three separate repos to be monitored then u have to have three separate Free style projects.

In case there are three branches then we can monitor them. Let me know if you would like to know more.