All checks were successful
dustin/receipts/pipeline/head This commit looks good
11 lines
212 B
Groovy
11 lines
212 B
Groovy
@Library('containerimages')
|
|
@Library('dch')
|
|
_
|
|
|
|
buildContainerImage2(project: 'packages', defaultBranch: 'master')
|
|
stage('Deploy') {
|
|
when(env.BRANCH_NAME == "master") {
|
|
kubeRestartDeployment()
|
|
}
|
|
}
|