jenkins: drop removed multibranch plugin

This commit is contained in:
Brad Stein 2026-01-20 09:45:33 -03:00
parent b8f2d00547
commit ea6e600007
2 changed files with 12 additions and 23 deletions

View File

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

View File

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