feat: refs #6695 jenkins run e2e try down and rm
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
0f08e151bc
commit
3013da930d
|
@ -104,6 +104,8 @@ pipeline {
|
||||||
// sh 'docker-compose -f docker-compose.yml up db'
|
// sh 'docker-compose -f docker-compose.yml up db'
|
||||||
// sh 'docker run --name back $IMAGE:dev'
|
// sh 'docker run --name back $IMAGE:dev'
|
||||||
sh 'rm -rf salix'
|
sh 'rm -rf salix'
|
||||||
|
sh 'docker-compose down'
|
||||||
|
sh 'docker-compose rm'
|
||||||
// sh 'docker rm -f back'
|
// sh 'docker rm -f back'
|
||||||
// sh 'docker rm -f db'
|
// sh 'docker rm -f db'
|
||||||
// sh 'docker rm -f front'
|
// sh 'docker rm -f front'
|
||||||
|
|
Loading…
Reference in New Issue