Disabled back tests
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2022-10-27 09:18:32 +02:00
parent 4334907d91
commit 6a2bc5b593
1 changed files with 8 additions and 8 deletions

16
Jenkinsfile vendored
View File

@ -62,14 +62,14 @@ pipeline {
} }
} }
} }
stage('Backend') { // stage('Backend') {
steps { // steps {
nodejs('node-v14') { // nodejs('node-v14') {
sh 'npm run test:back:ci' // sh 'npm run test:back:ci'
} // }
} // }
} // }
} // }
} }
stage('Build') { stage('Build') {
when { anyOf { when { anyOf {