mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-06 08:06:24 +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 \
|
||||
--build-arg BUILD_LIB_DIR="${buildDir}/build/libs" \
|
||||
--build-arg ARTIFACTORY_FILE="${jarFile}" \
|
||||
-f container/Dockerfile \
|
||||
-f deployment/Dockerfile \
|
||||
-t ${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