jenkins: use pollSCM for pipeline triggers

This commit is contained in:
Brad Stein 2026-01-20 11:07:54 -03:00
parent 9cdf244d98
commit 0d3c5eb976
2 changed files with 6 additions and 6 deletions

View File

@ -52,7 +52,7 @@ data:
properties { properties {
pipelineTriggers { pipelineTriggers {
triggers { triggers {
scm('H/5 * * * *') pollSCM('H/5 * * * *')
} }
} }
} }
@ -90,7 +90,7 @@ data:
properties { properties {
pipelineTriggers { pipelineTriggers {
triggers { triggers {
scm('H/1 * * * *') pollSCM('H/1 * * * *')
} }
} }
} }
@ -113,7 +113,7 @@ data:
properties { properties {
pipelineTriggers { pipelineTriggers {
triggers { triggers {
scm('H/2 * * * *') pollSCM('H/2 * * * *')
} }
} }
} }
@ -136,7 +136,7 @@ data:
properties { properties {
pipelineTriggers { pipelineTriggers {
triggers { triggers {
scm('H/2 * * * *') pollSCM('H/2 * * * *')
} }
} }
} }
@ -159,7 +159,7 @@ data:
properties { properties {
pipelineTriggers { pipelineTriggers {
triggers { triggers {
scm('H/5 * * * *') pollSCM('H/5 * * * *')
} }
} }
} }

View File

@ -41,7 +41,7 @@ spec:
{{ with secret "kv/data/atlas/jenkins/webhook-tokens" }} {{ with secret "kv/data/atlas/jenkins/webhook-tokens" }}
TITAN_IAC_WEBHOOK_TOKEN={{ .Data.data.titan_iac_quality_gate }} TITAN_IAC_WEBHOOK_TOKEN={{ .Data.data.titan_iac_quality_gate }}
{{ end }} {{ end }}
bstein.dev/restarted-at: "2026-01-20T14:05:00Z" bstein.dev/restarted-at: "2026-01-20T14:15:00Z"
spec: spec:
serviceAccountName: jenkins serviceAccountName: jenkins
nodeSelector: nodeSelector: