Store built image as a tar file
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit
This commit is contained in:
parent
afa26ab791
commit
eed49fc7d2
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -41,7 +41,9 @@ podTemplate(label: label, containers: [
|
||||
--insecure \
|
||||
--skip-tls-verify \
|
||||
--cache=true \
|
||||
--destination=docker.home.thejimnicholson.com/servicedemo/servicedemo:${GIT_HASH} --destination=docker.home.thejimnicholson.com/servicedemo/servicedemo:latest"
|
||||
--destination=docker.home.thejimnicholson.com/servicedemo/servicedemo:${GIT_HASH} \
|
||||
--tarPath ./target/servicedemo.image.tar"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user