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')
|
||||
_
|
||||
|
||||
buildContainerImage2(project: 'packages', defaultBranchName: 'master')
|
||||
buildContainerImage2(project: 'packages', defaultBranch: 'master')
|
||||
stage('Deploy') {
|
||||
when(env.BRANCH_NAME == "master") {
|
||||
kubeRestartDeployment()
|
||||
|
||||
Reference in New Issue
Block a user