test: refs #6695 better stages
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-01-31 14:56:42 +01:00
parent 8f0f993a64
commit 940bc7f1ff
1 changed files with 62 additions and 64 deletions

2
Jenkinsfile vendored
View File

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