From 7f08760cafdc248b4e2326311e486169ca80250f Mon Sep 17 00:00:00 2001 From: sunyue Date: Tue, 11 Jul 2023 02:32:38 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'jenkinsfilenew'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jenkinsfilenew | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 jenkinsfilenew diff --git a/jenkinsfilenew b/jenkinsfilenew new file mode 100644 index 0000000..6af2e1a --- /dev/null +++ b/jenkinsfilenew @@ -0,0 +1,21 @@ +podTemplate { + node('pod-templ-jenkins-slave-common') { + + env.IMAGE_NAME = "${IOT_IMAGES_REGISTRY}/${pep}/${JOB_NAME}" + env.IMAGE_NAME_SHORT = "${pep}/${JOB_NAME}" + env.CODE_ADDR = "${GIT_ADDRESS}/free-sun/HumanResource.git" + + stage('Run shell') { + git branch: 'master', credentialsId: 'gitea-builder', url: "${CODE_ADDR}" + + container('image-builder') { + sh''' + /kaniko/executor --context=${BUILD_WORKSPACE} --dockerfile=./doc/scripts/tools/v3.22.1_init_HRM_resource/Dockerfile --destination=${IMAGE_NAME}:${IMAGE_VERSION} --cache=false --cleanup + ''' + } + + buildName "${IMAGE_NAME_SHORT}:${IMAGE_VERSION}" + buildDescription "${IMAGE_NAME}:${IMAGE_VERSION}" + } + } +} \ No newline at end of file