-
Bug
-
Resolution: Won't Do
-
Major
-
None
My Jenkinsfile includes an SCMTrigger pipelineTrigger for polling SCM for changes:
properties([ [$class: 'jenkins.model.BuildDiscarderProperty', strategy: [$class: 'LogRotator', numToKeepStr: '96']], pipelineTriggers([[$class:"SCMTrigger", scmpoll_spec:"H/10 * * * *"]]), ])
This repository is used via a GitHub Organization Folder on ci.jenkins.io, and seems to believe that changes are being made every ten minutes (per the scmpoll_spec above, despite no such changes being made.
See screenshots for more context
This results in an aggressive waste of resources in our Jenkins environment
- is related to
-
JENKINS-41074 UX Issue with Polling in Multibranch Pipeline
-
- Open
-
- relates to
-
JENKINS-41072 Poll the GitHub Events API as an alternative to webhook
-
- Open
-
-
JENKINS-41073 MultiBranch projects should veto SCM Polling
-
- Open
-
[JENKINS-40722] Poll SCM results in a Pipeline run every interval (unnecessarily)
Resolution | New: Won't Do [ 10001 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link | New: This issue relates to JENKINS-41072 [ JENKINS-41072 ] |
Link | New: This issue relates to JENKINS-41073 [ JENKINS-41073 ] |
Link | New: This issue is related to JENKINS-41074 [ JENKINS-41074 ] |