jenkins: use scmTrigger for pipeline polls
This commit is contained in:
parent
0d3c5eb976
commit
9f6824ad56
@ -52,7 +52,10 @@ data:
|
|||||||
properties {
|
properties {
|
||||||
pipelineTriggers {
|
pipelineTriggers {
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM('H/5 * * * *')
|
scmTrigger {
|
||||||
|
spec('H/5 * * * *')
|
||||||
|
ignorePostCommitHooks(false)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -90,7 +93,10 @@ data:
|
|||||||
properties {
|
properties {
|
||||||
pipelineTriggers {
|
pipelineTriggers {
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM('H/1 * * * *')
|
scmTrigger {
|
||||||
|
spec('H/1 * * * *')
|
||||||
|
ignorePostCommitHooks(false)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -113,7 +119,10 @@ data:
|
|||||||
properties {
|
properties {
|
||||||
pipelineTriggers {
|
pipelineTriggers {
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM('H/2 * * * *')
|
scmTrigger {
|
||||||
|
spec('H/2 * * * *')
|
||||||
|
ignorePostCommitHooks(false)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -136,7 +145,10 @@ data:
|
|||||||
properties {
|
properties {
|
||||||
pipelineTriggers {
|
pipelineTriggers {
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM('H/2 * * * *')
|
scmTrigger {
|
||||||
|
spec('H/2 * * * *')
|
||||||
|
ignorePostCommitHooks(false)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -159,7 +171,10 @@ data:
|
|||||||
properties {
|
properties {
|
||||||
pipelineTriggers {
|
pipelineTriggers {
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM('H/5 * * * *')
|
scmTrigger {
|
||||||
|
spec('H/5 * * * *')
|
||||||
|
ignorePostCommitHooks(false)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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:15:00Z"
|
bstein.dev/restarted-at: "2026-01-20T14:25:00Z"
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: jenkins
|
serviceAccountName: jenkins
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user