3 workers
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Joan Sanchez 2022-10-05 13:53:51 +02:00
parent 182d47f3ef
commit 7844ae2795
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -58,7 +58,7 @@ pipeline {
stage('Frontend') { stage('Frontend') {
steps { steps {
nodejs('node-v14') { nodejs('node-v14') {
sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=2' sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=3'
} }
} }
} }