Docker deploy fixes
gitea/vn-support/pipeline/head There was a failure building this commit
Details
gitea/vn-support/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
e204e8cdf6
commit
f7a3e7b8e1
|
@ -27,7 +27,7 @@ pipeline {
|
|||
branch 'master'
|
||||
}
|
||||
environment {
|
||||
DOCKER_HOST = env.SWARM_HOST
|
||||
DOCKER_HOST = "${env.SWARM_HOST}"
|
||||
}
|
||||
steps {
|
||||
dockerDeploy()
|
||||
|
|
Loading…
Reference in New Issue