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

This commit is contained in:
Alex Moreno 2025-01-31 14:52:11 +01:00
parent 900b76a4db
commit 8f0f993a64
1 changed files with 66 additions and 62 deletions

6
Jenkinsfile vendored
View File

@ -66,7 +66,9 @@ pipeline {
sh 'pnpm install --prefer-offline'
}
}
stage('Test: Unit') {
stage('Test') {
stages {
stage('Unit') {
when {
expression { !PROTECTED_BRANCH }
}
@ -136,6 +138,8 @@ pipeline {
}
}
}
}
}
stage('Build') {
when {
expression { PROTECTED_BRANCH }