refs #5739 feat: try run test back and front
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Alex Moreno 2024-01-15 13:35:38 +01:00
parent 72465b0eac
commit bd31b9f424
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -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') {