From 6d7b3be6b6040eab0921344cd49928b6106ef571 Mon Sep 17 00:00:00 2001 From: iris_cx Date: Mon, 12 Jun 2023 03:30:03 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=95=86=E7=94=A8=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jenkinsfilenew_api | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkinsfilenew_api b/jenkinsfilenew_api index de67b19..98777f5 100644 --- a/jenkinsfilenew_api +++ b/jenkinsfilenew_api @@ -3,10 +3,10 @@ podTemplate { env.IMAGE_NAME = "${IOT_IMAGES_REGISTRY}/${IOT}/${JOB_NAME}" env.IMAGE_NAME_SHORT = "${IOT}/${JOB_NAME}" - env.GIT_Add = "${GIT_ADDRESS}/free-sun/OperationalService.git" + env.SVN_Add = "https://gitea.anxinyun.cn/free-sun/OperationalService.git" stage('Run shell') { - checkout([$class: 'SubversionSCM', filterChangelog: false, locations: [[cancelProcessOnExternalsFail: true, credentialsId: 'svn-build', depthOption: 'infinity', ignoreExternalsOption: true, local: '.', remote: "${GIT_Add}"]], quietOperation: true, workspaceUpdater: [$class: 'UpdateUpdater']]) + checkout([$class: 'SubversionSCM', filterChangelog: false, locations: [[cancelProcessOnExternalsFail: true, credentialsId: 'svn-build', depthOption: 'infinity', ignoreExternalsOption: true, local: '.', remote: "${SVN_Add}"]], quietOperation: true, workspaceUpdater: [$class: 'UpdateUpdater']]) container('image-builder') { sh'''