refs #5739 feat: try run test back and front
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-01-12 10:52:00 +01:00
parent d0e64dff2b
commit 63fa732ba9
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -39,8 +39,7 @@ pipeline {
NODE_ENV = ""
}
steps {
sh "docker-compose -p testing-${env.STACK_NAME} -f docker-compose.test.yml build --no-cache --force-rm db"
sh "docker-compose -p testing-${env.STACK_NAME} -f docker-compose.test.yml build --force-rm back front"
sh "docker-compose -p testing-${env.STACK_NAME} -f docker-compose.test.yml build --force-rm db"
}
}
stage('Test') {