Jenkinsfile fixes
gitea/salix/test This commit looks good
Details
gitea/salix/test This commit looks good
Details
This commit is contained in:
parent
1fb32e8ac5
commit
441f76a1c1
|
@ -107,9 +107,6 @@ pipeline {
|
||||||
branch 'test'
|
branch 'test'
|
||||||
branch 'master'
|
branch 'master'
|
||||||
}}
|
}}
|
||||||
environment {
|
|
||||||
DOCKER_TLS_VERIFY = 1
|
|
||||||
}
|
|
||||||
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}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue