6695-docker_push_3 #1423

Merged
alexm merged 424 commits from 6695-docker_push_3 into dev 2025-02-21 12:41:37 +00:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit a5e9b2f455 - Show all commits

6
Jenkinsfile vendored
View File

@ -95,6 +95,12 @@ pipeline {
sh 'docker-compose -f docker-compose.e2e.yml build e2e'
sh 'docker-compose -f docker-compose.e2e.yml up e2e'
}
failure {
echo 'Removing containers...'
sh 'docker rm -f vn-database || true'
sh 'docker rm -f salix_e2e || true'
sh 'docker-compose -f docker-compose.e2e.yml down || true'
}
post {
always {
junit(