ci: Fix defaultBranch
dustin/receipts/pipeline/head This commit looks good Details

bugfix/ci-buildah
Dustin 2025-03-13 20:27:50 -05:00
parent 1f4899feb3
commit 1393c993e9
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -2,7 +2,7 @@
@Library('dch')
_
buildContainerImage2(project: 'packages', defaultBranchName: 'master')
buildContainerImage2(project: 'packages', defaultBranch: 'master')
stage('Deploy') {
when(env.BRANCH_NAME == "master") {
kubeRestartDeployment()