diff --git a/Jenkinsfile b/Jenkinsfile index 84477e9..bd9cc7f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,8 +42,7 @@ podTemplate(label: label, containers: [ --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:latest" } } }