Testing my theory
All checks were successful
Homelab/java-spring-microservice/pipeline/head This commit looks good

This commit is contained in:
Jim Nicholson 2021-12-23 14:27:58 -08:00
parent c13601e0ad
commit 30c8a8d134

3
Jenkinsfile vendored
View File

@ -41,7 +41,8 @@ podTemplate(label: label, containers: [
--insecure \ --insecure \
--skip-tls-verify \ --skip-tls-verify \
--no-push \ --no-push \
--tarPath ./target/servicedemo.image.tar" --tarPath ./target/servicedemo.image.tar \
--destination=servicedemo:${GIT_HASH}"
} }
} }