jenkins: add direct titan-iac pipeline job on main

This commit is contained in:
Brad Stein 2026-04-10 17:12:46 -03:00
parent 370ece5b60
commit 15dfbb728c

View File

@ -255,6 +255,32 @@ data:
}
}
}
pipelineJob('titan-iac') {
properties {
pipelineTriggers {
triggers {
scmTrigger {
scmpoll_spec('H/5 * * * *')
ignorePostCommitHooks(false)
}
}
}
}
definition {
cpsScm {
scm {
git {
remote {
url('https://scm.bstein.dev/bstein/titan-iac.git')
credentials('gitea-pat')
}
branches('*/main')
}
}
scriptPath('Jenkinsfile')
}
}
}
multibranchPipelineJob('titan-iac-quality-gate') {
branchSources {
branchSource {