Jenkinsfile fixes
gitea/salix/test There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2019-12-19 16:16:54 +01:00
parent 5db65e188a
commit 00b103b389
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -70,7 +70,7 @@ pipeline {
stage('Frontend') { stage('Frontend') {
steps { steps {
nodejs('node-lts') { nodejs('node-lts') {
sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=1' sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=2'
} }
} }
} }
@ -107,7 +107,7 @@ pipeline {
branch 'master' branch 'master'
}} }}
steps { steps {
sh "docker stack deploy --compose-file docker-compose.yml ${env.STACK_NAME}" sh "docker stack deploy --with-registry-auth --compose-file docker-compose.yml ${env.STACK_NAME}"
} }
} }
stage('Database') { stage('Database') {