-
Type:
Bug
-
Resolution: Won't Do
-
Priority:
Major
-
Component/s: github-branch-source-plugin, github-organization-folder-plugin
-
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
-