mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-06 16:16:22 +00:00
add cicd
This commit is contained in:
parent
7f96247ea9
commit
aba2498606
2
deployment/Jenkinsfile
vendored
2
deployment/Jenkinsfile
vendored
@ -74,7 +74,7 @@ podTemplate(
|
|||||||
podman build \
|
podman build \
|
||||||
--build-arg BUILD_LIB_DIR="${buildDir}/build/libs" \
|
--build-arg BUILD_LIB_DIR="${buildDir}/build/libs" \
|
||||||
--build-arg ARTIFACTORY_FILE="${jarFile}" \
|
--build-arg ARTIFACTORY_FILE="${jarFile}" \
|
||||||
-f container/Dockerfile \
|
-f deployment/Dockerfile \
|
||||||
-t ${props.registry}/${props.image_org}/${service}:${imageTag} .
|
-t ${props.registry}/${props.image_org}/${service}:${imageTag} .
|
||||||
|
|
||||||
podman push ${props.registry}/${props.image_org}/${service}:${imageTag}
|
podman push ${props.registry}/${props.image_org}/${service}:${imageTag}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user