Forget about push for now
Some checks failed
Homelab/java-spring-microservice/pipeline/pr-master There was a failure building this commit
Some checks failed
Homelab/java-spring-microservice/pipeline/pr-master There was a failure building this commit
This commit is contained in:
parent
b17a2f72b7
commit
fcc32abcbf
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -57,10 +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=${REGISTRY}/servicedemo:${POM_VERSION} \
|
--destination=${REGISTRY}/servicedemo:${GIT_HASH}
|
||||||
--destination=${REGISTRY}/servicedemo:${GIT_HASH} \
|
|
||||||
--destination=${REGISTRY}/servicedemo:latest"
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archive') {
|
stage('Archive') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user