No cache here
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 14:21:43 -08:00
parent 347f8db531
commit c13601e0ad

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ podTemplate(label: label, containers: [
-c `pwd` \ -c `pwd` \
--insecure \ --insecure \
--skip-tls-verify \ --skip-tls-verify \
--cache=true --no-push \ --no-push \
--tarPath ./target/servicedemo.image.tar" --tarPath ./target/servicedemo.image.tar"
} }