Fix typo
All checks were successful
Homelab/java-spring-microservice/pipeline/head This commit looks good

This commit is contained in:
Jim Nicholson 2021-12-23 22:49:20 -08:00
parent 32afe92f30
commit 3c770a61ca

2
Jenkinsfile vendored
View File

@ -58,7 +58,7 @@ podTemplate(label: POD_LABEL, containers: [
--skip-tls-verify \ --skip-tls-verify \
--tarPath ./target/servicedemo-${POM_VERSION}.image.tar \ --tarPath ./target/servicedemo-${POM_VERSION}.image.tar \
--destination=${REGISTRY}/servicedemo:${POM_VERSION} \ --destination=${REGISTRY}/servicedemo:${POM_VERSION} \
--destination=${REGISTRY}/servicedemo:${GIT_HASH} \" --destination=${REGISTRY}/servicedemo:${GIT_HASH} \
--destination=${REGISTRY}/servicedemo:latest" --destination=${REGISTRY}/servicedemo:latest"
} }