8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 6 additions and 6 deletions
Showing only changes of commit 8720371827 - Show all commits

12
Jenkinsfile vendored
View File

@ -95,13 +95,13 @@ 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 {
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'
}
always {
junit(
testResults: 'junitresults.xml',