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
4060dea44b
|
@ -0,0 +1,10 @@
|
||||||
|
@Library('containerimages')
|
||||||
|
@Library('dch')
|
||||||
|
_
|
||||||
|
|
||||||
|
buildContainerImage2(project: 'packages', defaultBranchName: 'master')
|
||||||
|
stage('Deploy') {
|
||||||
|
when(env.BRANCH_NAME == "master") {
|
||||||
|
kubeRestartDeployment()
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue