Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Won't Fix
-
Component/s: multiple-scms-plugin
-
Environment:1.621
-
Similar Issues:
Description
strong text*I have a job which checks out multiple git repositories. Check ins to repository1 should trigger the build to run. Checkins to repository2 should not trigger the build to run. To convey this, repository2 is configured with "Don't trigger build on commit notifications" and "Polling ignores commits in certain paths" where . is listed as the excluded path. When a check in is made to repository2, the build is still triggered.
Attachments
Issue Links
- is related to
-
JENKINS-25253 When MultiSCM is used to poll git, it will always rebuild if the workspace is cleaned post build.
-
- Resolved
-
Suggest that you migrate to Pipeline plugin, which offers a supported way of checking out from multiple scms
https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin