Merge branch 'dev' into 4490-transfer-tickets-between-clients
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-10-27 07:27:38 +00:00
commit 1da7ff4f06
1 changed files with 8 additions and 0 deletions

8
Jenkinsfile vendored
View File

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