Add Jenkins build pipeline
dustin/receipts/pipeline/head This commit looks good
Details
dustin/receipts/pipeline/head This commit looks good
Details
parent
a09de49fbe
commit
c9424ade8d
|
@ -0,0 +1,10 @@
|
|||
@Library('containerimages')
|
||||
@Library('dch')
|
||||
_
|
||||
|
||||
buildContainerImage2(project: 'packages')
|
||||
stage('Deploy') {
|
||||
when(env.BRANCH_NAME == "dev/ci") {
|
||||
kubeRestartDeployment()
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue