Jenkinsfile
gitea/vn-support/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2021-04-29 23:57:16 +02:00
parent f7a3e7b8e1
commit fd5d426cf8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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