diff --git a/services/jenkins/configmap-jcasc.yaml b/services/jenkins/configmap-jcasc.yaml index ba0ac81..71826ff 100644 --- a/services/jenkins/configmap-jcasc.yaml +++ b/services/jenkins/configmap-jcasc.yaml @@ -52,7 +52,7 @@ data: properties { pipelineTriggers { triggers { - scm('H/5 * * * *') + pollSCM('H/5 * * * *') } } } @@ -90,7 +90,7 @@ data: properties { pipelineTriggers { triggers { - scm('H/1 * * * *') + pollSCM('H/1 * * * *') } } } @@ -113,7 +113,7 @@ data: properties { pipelineTriggers { triggers { - scm('H/2 * * * *') + pollSCM('H/2 * * * *') } } } @@ -136,7 +136,7 @@ data: properties { pipelineTriggers { triggers { - scm('H/2 * * * *') + pollSCM('H/2 * * * *') } } } @@ -159,7 +159,7 @@ data: properties { pipelineTriggers { triggers { - scm('H/5 * * * *') + pollSCM('H/5 * * * *') } } } diff --git a/services/jenkins/deployment.yaml b/services/jenkins/deployment.yaml index 9e83686..cab3621 100644 --- a/services/jenkins/deployment.yaml +++ b/services/jenkins/deployment.yaml @@ -41,7 +41,7 @@ spec: {{ with secret "kv/data/atlas/jenkins/webhook-tokens" }} TITAN_IAC_WEBHOOK_TOKEN={{ .Data.data.titan_iac_quality_gate }} {{ end }} - bstein.dev/restarted-at: "2026-01-20T14:05:00Z" + bstein.dev/restarted-at: "2026-01-20T14:15:00Z" spec: serviceAccountName: jenkins nodeSelector: