0
0
Fork 0

feat: refs #6695 jenkins run e2e try down and rm

This commit is contained in:
Alex Moreno 2024-10-07 10:46:22 +02:00
parent 0f08e151bc
commit 3013da930d
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -104,6 +104,8 @@ pipeline {
// sh 'docker-compose -f docker-compose.yml up db'
// sh 'docker run --name back $IMAGE:dev'
sh 'rm -rf salix'
sh 'docker-compose down'
sh 'docker-compose rm'
// sh 'docker rm -f back'
// sh 'docker rm -f db'
// sh 'docker rm -f front'