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

This commit is contained in:
Jim Nicholson 2021-12-23 18:37:02 -08:00
parent 9ddef534b3
commit 9cba01f837

4
Jenkinsfile vendored
View File

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