feat: #8612 changed shelving to VnTable & created e2e tests #1432

Merged
provira merged 28 commits from 8612-shelvinge2e into dev 2025-03-05 07:42:35 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 371656f8a2 - Show all commits

2
Jenkinsfile vendored
View File

@ -122,7 +122,7 @@ pipeline {
}
post {
always {
sh "docker-compose ${env.COMPOSE_PARAMS} down"
sh "docker-compose ${env.COMPOSE_PARAMS} down -v"
junit(
testResults: 'junit/e2e.xml',
allowEmptyResults: true