From 391947461b18c32eb34087d3ca41c1b7259e6ec5 Mon Sep 17 00:00:00 2001 From: iris_cx Date: Tue, 7 Nov 2023 02:08:49 +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 4fe78b2..ef71537 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/3.6.2/data/1_bing_anxinproject_local/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 ''' }