From 3c770a61cabc62e7c61d7ba91b73f2f9addef853 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Thu, 23 Dec 2021 22:49:20 -0800 Subject: [PATCH] Fix typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2055282..b4ce097 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,7 +58,7 @@ podTemplate(label: POD_LABEL, containers: [ --skip-tls-verify \ --tarPath ./target/servicedemo-${POM_VERSION}.image.tar \ --destination=${REGISTRY}/servicedemo:${POM_VERSION} \ - --destination=${REGISTRY}/servicedemo:${GIT_HASH} \" + --destination=${REGISTRY}/servicedemo:${GIT_HASH} \ --destination=${REGISTRY}/servicedemo:latest" }