Some checks failed
infra/dch-webhooks/pipeline/head There was a failure building this commit
10 lines
258 B
Groovy
10 lines
258 B
Groovy
@Library('containerimages')
|
|
@Library('dch')_
|
|
|
|
buildContainerImage2(project: 'infra', defaultBranch: 'master', archlist: ['amd64', 'arm64'])
|
|
stage('Deploy') {
|
|
when(env.BRANCH_NAME == "master") {
|
|
kubeRestartDeployment(namespace: 'default')
|
|
}
|
|
}
|