I have an issue in the pipeline script, I am using two git repos to checkout a specific branch respectively under one stage initially. I have scheduled poll with " * * * * * " value. I only want the first repo to be polled and job be rebuilt. So I have enabled git poll: false for second repo. But still the git polling checks both repos and builds job when there is change in second repo too. So how can I build a job which multiple repos to checkout and poll a specific repo and trigger another job.
- is related to
-
JENKINS-32018 Multibranch workflow project tracking multiple repositories
- Open
-
JENKINS-32018 Multibranch workflow project tracking multiple repositories
- Open