Fix typo
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit

This commit is contained in:
Jim Nicholson 2021-12-23 14:04:17 -08:00
parent a5a8a8cf4b
commit 8daa1f5525

3
Jenkinsfile vendored
View File

@ -42,8 +42,7 @@ podTemplate(label: label, containers: [
--skip-tls-verify \ --skip-tls-verify \
--cache=true \ --cache=true \
--destination=docker.home.thejimnicholson.com/servicedemo/servicedemo:${GIT_HASH} \ --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"
"
} }
} }
} }