refs #5739 fix: jenkins network
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
6a55bc9227
commit
548476d0e0
|
@ -42,6 +42,7 @@ pipeline {
|
||||||
steps {
|
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 rm --stop"
|
||||||
sh "docker-compose -p testing-${env.STACK_NAME} -f docker-compose.test.yml build --force-rm db back"
|
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"
|
sh "docker network create testing-${STACK_NAME_LC}_default || true"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue