I have a pipeline (jenkins) job, which uses multiple repositories.
The repositories are checkout out like this:
checkout([$class: 'GitSCM', ...])
Now I want to trigger the job when a commit is done to any of the repositories. How can I configure this?
I got around this by using a freestyle job that kicks off the pipeline. Have the multiple SCM plugin and than the freestyle job has the web hooks.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With