1
0
Fork 0

wip: ci: Add Jenkins build pipeline
infra/dch-webhooks/pipeline/head There was a failure building this commit Details

Dustin 2025-08-08 11:16:20 -05:00
parent ae24d8a810
commit 6e03871355
1 changed files with 10 additions and 0 deletions

10
ci/Jenkinsfile vendored Normal file
View File

@ -0,0 +1,10 @@
@Library('containerimages')
@Library('dch')
_
buildContainerImage2(project: 'infra', defaultBranch: 'master', archlist: ['arm64'])
stage('Deploy') {
when(env.BRANCH_NAME == "master") {
kubeRestartDeployment()
}
}