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') {