diff --git a/Jenkinsfile b/Jenkinsfile index c797f34..60ce32f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,9 @@ podTemplate(label: label, containers: [ --insecure \ --skip-tls-verify \ --cache=true \ - --destination=docker.home.thejimnicholson.com/servicedemo/servicedemo:${GIT_HASH} --destination=docker.home.thejimnicholson.com/servicedemo/servicedemo:latest" + --destination=docker.home.thejimnicholson.com/servicedemo/servicedemo:${GIT_HASH} \ + --tarPath ./target/servicedemo.image.tar" + } } }