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 12 additions and 23 deletions
Showing only changes of commit ea6e600007 - Show all commits

View File

@ -158,31 +158,22 @@ data:
} }
} }
} }
multibranchPipelineJob('titan-iac-quality-gate') { pipelineJob('titan-iac-quality-gate') {
branchSources {
branchSource {
source {
git {
id('titan-iac-quality-gate')
remote('https://scm.bstein.dev/bstein/titan-iac.git')
credentialsId('gitea-pat')
}
}
}
}
factory {
workflowBranchProjectFactory {
scriptPath('ci/Jenkinsfile.titan-iac')
}
}
orphanedItemStrategy {
discardOldItems {
numToKeep(30)
}
}
triggers { triggers {
periodicFolderTrigger { scm('H/12 * * * *')
interval('12h') }
definition {
cpsScm {
scm {
git {
remote {
url('https://scm.bstein.dev/bstein/titan-iac.git')
credentials('gitea-pat')
}
branches('*/main')
}
}
scriptPath('ci/Jenkinsfile.titan-iac')
} }
} }
} }

View File

@ -9,10 +9,8 @@ data:
kubernetes kubernetes
workflow-aggregator workflow-aggregator
git git
git-branch-source
pipeline-utility-steps pipeline-utility-steps
configuration-as-code configuration-as-code
configuration-as-code-support
oic-auth oic-auth
job-dsl job-dsl
simple-theme-plugin simple-theme-plugin