1
0
Fork 0
dch-webhooks/ci/Jenkinsfile

9 lines
213 B
Groovy

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