refs #5739 fix: jenkins network
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-01-16 10:04:53 +01:00
parent 6a55bc9227
commit 548476d0e0
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -42,6 +42,7 @@ pipeline {
steps {
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 back"
sh "docker network rm testing-${env.STACK_NAME_LC}_default || true"
sh "docker network create testing-${STACK_NAME_LC}_default || true"
}
}