Merge branch 'dev' into 8612-shelvinge2e
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
PAU ROVIRA ROSALENY 2025-02-26 09:18:15 +00:00
commit 371656f8a2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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