fix build
This commit is contained in:
parent
e39890e68c
commit
e9bc930743
|
@ -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."
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue