refs #5739 feat: try remove duplicate networks
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-01-12 14:05:47 +01:00
parent bfce8a57d4
commit 22b0e65e35
1 changed files with 1 additions and 5 deletions

6
Jenkinsfile vendored
View File

@ -39,11 +39,7 @@ pipeline {
NODE_ENV = ""
}
steps {
sh "docker network rm testing-salix-5739-dockerrefactor_default -f || true"
sh "docker network rm testing-salix-5739-dockerrefactor_default -f || true"
sh "docker network rm testing-salix-5739-dockerrefactor_default -f || true"
sh "docker network rm testing-salix-5739-dockerrefactor_default -f || true"
sh "docker network rm testing-salix-5739-dockerrefactor_default -f || true"
sh "docker network ls | grep testing-${env.STACK_NAME} | awk '{print $1}' | xargs -r docker network rm"
sh "docker-compose -p testing-${env.STACK_NAME} -f docker-compose.test.yml rm --stop"
sh "docker-compose -p testing-${env.STACK_NAME} -f docker-compose.test.yml build --force-rm db"
}