Back only
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-05-12 16:36:38 +02:00
parent 9c54307059
commit 2031639d71
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -55,13 +55,13 @@ pipeline {
NODE_ENV = ""
}
parallel {
stage('Frontend') {
/* stage('Frontend') {
steps {
nodejs('node-v14') {
sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=2'
}
}
}
} */
stage('Backend') {
steps {
nodejs('node-v14') {