refs #5739 feat: try run test back and front
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
This commit is contained in:
parent
72465b0eac
commit
bd31b9f424
|
@ -44,6 +44,7 @@ pipeline {
|
|||
sh "docker network create testing-salix-5739-dockerrefactor_default"
|
||||
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 up db"
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
|
Loading…
Reference in New Issue