Fix some things
All checks were successful
Homelab/java-spring-microservice/pipeline/head This commit looks good
All checks were successful
Homelab/java-spring-microservice/pipeline/head This commit looks good
This commit is contained in:
parent
9ddef534b3
commit
9cba01f837
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -57,8 +57,8 @@ podTemplate(label: POD_LABEL, containers: [
|
||||
--insecure \
|
||||
--skip-tls-verify \
|
||||
--tarPath ./target/servicedemo-${POM_VERSION}.image.tar \
|
||||
--destination=${REGISTRY}servicedemo:${POM_VERSION} \
|
||||
--destination=${REGISTRY}servicedemo:${GIT_TAG}"
|
||||
--destination=${REGISTRY}/servicedemo:${POM_VERSION} \
|
||||
--destination=${REGISTRY}/servicedemo:${GIT_HASH}"
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user