diff --git a/Jenkinsfile b/Jenkinsfile index 8efc2f880..341fffefa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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