Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: workflow-scm-step-plugin
-
Labels:None
-
Similar Issues:
Description
We are using the job as attached with the groovy test.groovy file. We poll the SCM for changes but want to ignore any change that is in our jenkins-jobs git repo. This is because in a full setup we poll more repositories which do change. In the jenkins pipeline we use .* as exclude region. This does work unless we clone the same repository in our test.groovy. There we say poll=false, but the repository is polled and at the moment we make a commit to jenkins-jobs.git the job is run. With these configuration we would expect this job to never run, even when we schedule it frequrently
Attachments
Issue Links
- relates to
-
JENKINS-39621 Pipeline job loop after polling always find changes
-
- Open
-
-
JENKINS-38659 CpsScmFlowDefinition changelog and poll configuration
-
- Open
-
For me, the workaround with "DisableRemotePoll" and "PathRestriction" does not work.
Did anyone successfully use this workaround?
Is there anybody, who plans to fix this old issue anytime soon?