Also push "latest"
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 22:31:34 -08:00
parent f0d4a34a56
commit 32afe92f30

3
Jenkinsfile vendored
View File

@ -58,7 +58,8 @@ 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"
} }
} }