Fix typo
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
32afe92f30
commit
3c770a61ca
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -58,7 +58,7 @@ podTemplate(label: POD_LABEL, containers: [
|
||||
--skip-tls-verify \
|
||||
--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"
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user