From 240abecacc9d5d86fc645e3a257b22cd4de5087a Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Thu, 11 Apr 2019 14:11:37 -0400 Subject: [PATCH] Fix selfversion --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 00c5b0c..82f3130 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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}:selfversion" + sh "docker push ${env.DOCKER_REGISTRY}/${env.SERVICE}:SELFVERSION" } //Copy tar.gz file to s3 bucket