Try to clean up this stuff #2

Merged
jim merged 6 commits from versioning into master 2022-12-15 12:56:58 +00:00
Showing only changes of commit 14180f20eb - Show all commits

2
Jenkinsfile vendored
View File

@ -57,7 +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:${GIT_HASH} --destination=servicedemo:${GIT_HASH}
} }
} }
stage('Archive') { stage('Archive') {