1
0
Fork 0
dch-webhooks/ci/Jenkinsfile

10 lines
238 B
Groovy

@Library('containerimages')
@Library('dch')_
buildContainerImage2(project: 'infra', defaultBranch: 'master', archlist: ['amd64', 'arm64'])
stage('Deploy') {
when(env.BRANCH_NAME == "master") {
kubeRestartDeployment()
}
}