new label
This commit is contained in:
parent
868361fc3b
commit
f168400791
|
@ -15,7 +15,9 @@ pipeline {
|
|||
}
|
||||
|
||||
stage("Build Containers and push to registry") {
|
||||
sh 'docker compose build --push'
|
||||
steps {
|
||||
sh 'docker compose build --push'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Start primary container') {
|
||||
|
|
Loading…
Reference in New Issue