Jenkinsfile fixes

This commit is contained in:
Juan Ferrer 2019-12-19 14:31:02 +01:00
parent 325d0aa08e
commit 109361a762
1 changed files with 2 additions and 4 deletions

6
Jenkinsfile vendored
View File

@ -110,10 +110,8 @@ pipeline {
environment {
DOCKER_TLS_VERIFY = 1
}
parallel {
steps {
sh "docker stack deploy --compose-file docker-compose.yml ${env.STACK_NAME}"
}
steps {
sh "docker stack deploy --compose-file docker-compose.yml ${env.STACK_NAME}"
}
}
stage('Database') {