fix build

This commit is contained in:
Kameron Kenny 2025-02-25 14:25:03 -05:00
parent 5569e17141
commit e39890e68c
1 changed files with 7 additions and 1 deletions

8
Jenkinsfile vendored
View File

@ -28,7 +28,13 @@ pipeline {
}
if (status_s != 0) {
sh 'docker compose build secondary --push'
sh 'docker compose build secondary1 --push'
} else {
echo "Secondary Image version already exists, no need to rebuild."
}
if (status_s != 0) {
sh 'docker compose build secondary2 --push'
} else {
echo "Secondary Image version already exists, no need to rebuild."
}