Jenkinsfile fixes
This commit is contained in:
parent
325d0aa08e
commit
109361a762
|
@ -110,12 +110,10 @@ pipeline {
|
|||
environment {
|
||||
DOCKER_TLS_VERIFY = 1
|
||||
}
|
||||
parallel {
|
||||
steps {
|
||||
sh "docker stack deploy --compose-file docker-compose.yml ${env.STACK_NAME}"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Database') {
|
||||
when { anyOf {
|
||||
branch 'test'
|
||||
|
|
Loading…
Reference in New Issue