jenkins: drop removed multibranch plugin
This commit is contained in:
parent
b8f2d00547
commit
ea6e600007
@ -158,33 +158,24 @@ data:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
multibranchPipelineJob('titan-iac-quality-gate') {
|
pipelineJob('titan-iac-quality-gate') {
|
||||||
branchSources {
|
triggers {
|
||||||
branchSource {
|
scm('H/12 * * * *')
|
||||||
source {
|
}
|
||||||
|
definition {
|
||||||
|
cpsScm {
|
||||||
|
scm {
|
||||||
git {
|
git {
|
||||||
id('titan-iac-quality-gate')
|
remote {
|
||||||
remote('https://scm.bstein.dev/bstein/titan-iac.git')
|
url('https://scm.bstein.dev/bstein/titan-iac.git')
|
||||||
credentialsId('gitea-pat')
|
credentials('gitea-pat')
|
||||||
|
}
|
||||||
|
branches('*/main')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
factory {
|
|
||||||
workflowBranchProjectFactory {
|
|
||||||
scriptPath('ci/Jenkinsfile.titan-iac')
|
scriptPath('ci/Jenkinsfile.titan-iac')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
orphanedItemStrategy {
|
|
||||||
discardOldItems {
|
|
||||||
numToKeep(30)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
triggers {
|
|
||||||
periodicFolderTrigger {
|
|
||||||
interval('12h')
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
base.yaml: |
|
base.yaml: |
|
||||||
jenkins:
|
jenkins:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user