ci: Fix defaultBranch
dustin/receipts/pipeline/head This commit looks good
Details
dustin/receipts/pipeline/head This commit looks good
Details
parent
1f4899feb3
commit
1393c993e9
|
@ -2,7 +2,7 @@
|
||||||
@Library('dch')
|
@Library('dch')
|
||||||
_
|
_
|
||||||
|
|
||||||
buildContainerImage2(project: 'packages', defaultBranchName: 'master')
|
buildContainerImage2(project: 'packages', defaultBranch: 'master')
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
when(env.BRANCH_NAME == "master") {
|
when(env.BRANCH_NAME == "master") {
|
||||||
kubeRestartDeployment()
|
kubeRestartDeployment()
|
||||||
|
|
Loading…
Reference in New Issue