Just wanted to know if you are able to make a job trigger for a specific range of repos but not ALL the repos ? If so what tool worked for you and how did you design? Thank you.
Asked
Active
Viewed 35 times
1 Answers
1
I don't quite get your query, but I am assuming you want Jenkins to be able to run jobs based on different/specific repositories. For this, you can make your Jenkins job as Parametrized build. Consider looking into this- How to use Jenkins parameterized builds?