Files
receipts/ci/Jenkinsfile
Dustin C. Hatch 1393c993e9
All checks were successful
dustin/receipts/pipeline/head This commit looks good
ci: Fix defaultBranch
2025-03-13 20:27:50 -05:00

11 lines
212 B
Groovy

@Library('containerimages')
@Library('dch')
_
buildContainerImage2(project: 'packages', defaultBranch: 'master')
stage('Deploy') {
when(env.BRANCH_NAME == "master") {
kubeRestartDeployment()
}
}