two workers
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-10-05 13:58:46 +02:00
parent 7844ae2795
commit 5fa96277ab
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=3' sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=2'
} }
} }
} }