From aba2498606042a07d3ac9c7528390a1b95587928 Mon Sep 17 00:00:00 2001 From: hiondal Date: Tue, 18 Feb 2025 00:13:16 +0900 Subject: [PATCH] add cicd --- {container => deployment}/Dockerfile | 0 deployment/Jenkinsfile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {container => deployment}/Dockerfile (100%) diff --git a/container/Dockerfile b/deployment/Dockerfile similarity index 100% rename from container/Dockerfile rename to deployment/Dockerfile diff --git a/deployment/Jenkinsfile b/deployment/Jenkinsfile index 26ab612..4b84f50 100644 --- a/deployment/Jenkinsfile +++ b/deployment/Jenkinsfile @@ -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}