fix build

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

8
Jenkinsfile vendored
View File

@ -40,7 +40,13 @@ pipeline {
} }
if (status_d != 0) { if (status_d != 0) {
sh 'docker compose build pubdnsdist --push' sh 'docker compose build pubdnsdist1 --push'
} else {
echo "pubdnsdist Image version already exists, no need to rebuild."
}
if (status_d != 0) {
sh 'docker compose build pubdnsdist2 --push'
} else { } else {
echo "pubdnsdist Image version already exists, no need to rebuild." echo "pubdnsdist Image version already exists, no need to rebuild."
} }