Testing latest

This commit is contained in:
Layla 2019-07-18 16:35:55 -04:00
parent 55e53a62be
commit 96f7e29ba7

2
Jenkinsfile vendored
View File

@ -79,7 +79,7 @@ pipeline {
sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:${env.VERSION}"
script
{
if("${env.BRANCH_NAME}" == "develop")
if("${env.BRANCH_NAME}" != "develop")
{
sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:latest"
}