Silly typo
Some checks failed
Homelab/java-spring-microservice/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Jim Nicholson 2022-12-15 04:45:05 -08:00
parent 14180f20eb
commit 85eaae3ee1

2
Jenkinsfile vendored
View File

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