Jenkinsfile fixes
gitea/salix/test There was a failure building this commit
Details
gitea/salix/test There was a failure building this commit
Details
This commit is contained in:
parent
5db65e188a
commit
00b103b389
|
@ -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') {
|
||||||
|
|
Loading…
Reference in New Issue