Fix selfversion

This commit is contained in:
Layla 2019-04-11 14:08:18 -04:00
parent 59f677fb2f
commit 11d9c26259

2
Jenkinsfile vendored
View File

@ -42,7 +42,7 @@ pipeline {
steps {
withEcr {
//sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:${getVersion('-d')}"
sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:self-version"
sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:selfversion"
}
//Copy tar.gz file to s3 bucket