3 workers
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2022-10-05 13:45:19 +02:00
parent 076fce058c
commit 45ccf782f8
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'
} }
} }
} }