new label

This commit is contained in:
Kameron Kenny - pi501 2024-04-22 21:56:23 -04:00
parent 868361fc3b
commit f168400791
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -15,7 +15,9 @@ pipeline {
} }
stage("Build Containers and push to registry") { stage("Build Containers and push to registry") {
sh 'docker compose build --push' steps {
sh 'docker compose build --push'
}
} }
stage('Start primary container') { stage('Start primary container') {