From 85eaae3ee114017a83742dbb75dd9b187657da08 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Thu, 15 Dec 2022 04:45:05 -0800 Subject: [PATCH] Silly typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 779659b..23374a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,7 +57,7 @@ podTemplate(label: POD_LABEL, containers: [ --insecure \ --skip-tls-verify \ --tarPath ./target/servicedemo-${POM_VERSION}.image.tar \ - --destination=servicedemo:${GIT_HASH} + --destination=servicedemo:${GIT_HASH}" } } stage('Archive') {