Docker stack deploy
gitea/vn-support/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2021-04-30 00:00:07 +02:00
parent fd5d426cf8
commit 0f8320e69b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
DOCKER_HOST = "${env.SWARM_HOST}" DOCKER_HOST = "${env.SWARM_HOST}"
} }
steps { steps {
dockerDeployTest() dockerStackDeploy()
} }
} }
} }