ci: Add Jenkins build pipeline
infra/dch-webhooks/pipeline/head There was a failure building this commit
Details
infra/dch-webhooks/pipeline/head There was a failure building this commit
Details
parent
ae24d8a810
commit
8946ec1f0f
|
@ -0,0 +1,8 @@
|
||||||
|
@Library('containerimages')_
|
||||||
|
|
||||||
|
buildContainerImage2(project: 'infra', defaultBranch: 'master', archlist: ['amd64', 'arm64'])
|
||||||
|
stage('Deploy') {
|
||||||
|
when(env.BRANCH_NAME == "master") {
|
||||||
|
kubeRestartDeployment()
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue