From e9bc9307439be1a22109b5899388ef0fc04a6acc Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Tue, 25 Feb 2025 14:29:08 -0500 Subject: [PATCH] fix build --- Jenkinsfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index eb1a930..84ba802 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,13 @@ pipeline { } 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 { echo "pubdnsdist Image version already exists, no need to rebuild." }