-
Bug
-
Resolution: Unresolved
-
Major
-
None
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
- relates to
-
JENKINS-39621 Pipeline job loop after polling always find changes
-
- Open
-
-
JENKINS-38659 CpsScmFlowDefinition changelog and poll configuration
-
- Open
-
[JENKINS-38508] git scm poll doesn't ignore changes with pipeline
Component/s | New: workflow-scm-step-plugin [ 21717 ] | |
Component/s | Original: workflow-cps-plugin [ 21713 ] |
Link | New: This issue relates to JENKINS-38659 [ JENKINS-38659 ] |
Link | New: This issue relates to JENKINS-39621 [ JENKINS-39621 ] |
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |