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