ci: Fix defaultBranch
All checks were successful
dustin/receipts/pipeline/head This commit looks good
All checks were successful
dustin/receipts/pipeline/head This commit looks good
This commit is contained in:
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user