test: refs #6695 better stages
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2025-02-03 07:58:34 +01:00
parent 35f90f5ea1
commit 1ca6fd15b5
1 changed files with 8 additions and 8 deletions

2
Jenkinsfile vendored
View File

@ -130,6 +130,7 @@ pipeline {
sh 'docker-compose -f docker-compose.e2e.yml up e2e'
}
}
}
post {
always {
cleanDockerE2E()
@ -140,7 +141,6 @@ pipeline {
}
}
}
}
stage('Build') {
when {
expression { PROTECTED_BRANCH }