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

2
Jenkinsfile vendored
View File

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