Merge branch 'dev' into 4490-transfer-tickets-between-clients
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2022-10-27 07:19:33 +00:00
commit d610c6dff3
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 {