Jenkins Pipeline job triggering every 5 minutes automatically in Openshift
Issue
- Why does the Jenkins Pipeline run every 5 minutes automatically as per
pollSCMconfiguration even if there are no new commits made in SCM? - Is the below configuration correct to configure
pollSCMas part ofJenkinsFile?
properties([
pipelineTriggers([
pollSCM('H/5 * * * *')
])
])
Environment
- Red Hat Openshift Container Platform
- 3.11
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.