From 3a9fa44e09671a2638e74572aa64932f45d2eb2a Mon Sep 17 00:00:00 2001 From: iris_cx Date: Tue, 7 Nov 2023 02:07:14 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'jenkinsfile=5Fscript=5F3.?= =?UTF-8?q?6.2=5Fdata=5Fbind=5Fanxinproject=5Flocal'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jenkinsfile_script_3.6.2_data_bind_anxinproject_local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkinsfile_script_3.6.2_data_bind_anxinproject_local b/jenkinsfile_script_3.6.2_data_bind_anxinproject_local index 9871ce9..4fe78b2 100644 --- a/jenkinsfile_script_3.6.2_data_bind_anxinproject_local +++ b/jenkinsfile_script_3.6.2_data_bind_anxinproject_local @@ -13,7 +13,7 @@ podTemplate { pwd ls -al - /kaniko/executor --context=${BUILD_WORKSPACE} --dockerfile=./script/2.0.0/data/1_reset_project_bind_point/Dockerfile --destination=${IMAGE_NAME}:${IMAGE_VERSION} --cache=false --cleanup + /kaniko/executor --context=${BUILD_WORKSPACE} --dockerfile=../script/3.6.2/data/1_bing_anxinproject_local/Dockerfile --destination=${IMAGE_NAME}:${IMAGE_VERSION} --cache=false --cleanup ''' }