feature/ariadne #11

Merged
bstein merged 416 commits from feature/ariadne into main 2026-01-28 14:05:40 +00:00
2 changed files with 21 additions and 6 deletions
Showing only changes of commit 9f6824ad56 - Show all commits

View File

@ -52,7 +52,10 @@ data:
properties {
pipelineTriggers {
triggers {
pollSCM('H/5 * * * *')
scmTrigger {
spec('H/5 * * * *')
ignorePostCommitHooks(false)
}
}
}
}
@ -90,7 +93,10 @@ data:
properties {
pipelineTriggers {
triggers {
pollSCM('H/1 * * * *')
scmTrigger {
spec('H/1 * * * *')
ignorePostCommitHooks(false)
}
}
}
}
@ -113,7 +119,10 @@ data:
properties {
pipelineTriggers {
triggers {
pollSCM('H/2 * * * *')
scmTrigger {
spec('H/2 * * * *')
ignorePostCommitHooks(false)
}
}
}
}
@ -136,7 +145,10 @@ data:
properties {
pipelineTriggers {
triggers {
pollSCM('H/2 * * * *')
scmTrigger {
spec('H/2 * * * *')
ignorePostCommitHooks(false)
}
}
}
}
@ -159,7 +171,10 @@ data:
properties {
pipelineTriggers {
triggers {
pollSCM('H/5 * * * *')
scmTrigger {
spec('H/5 * * * *')
ignorePostCommitHooks(false)
}
}
}
}

View File

@ -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:15:00Z"
bstein.dev/restarted-at: "2026-01-20T14:25:00Z"
spec:
serviceAccountName: jenkins
nodeSelector: