From c9f7737eb21d90c76800e9bab2bfc251c5a1fc59 Mon Sep 17 00:00:00 2001 From: iris_cx Date: Mon, 12 Jun 2023 07:04:51 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'jenkinsfilenew=5Fapi'?= 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 98777f5..db18abb 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.SVN_Add = "https://gitea.anxinyun.cn/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: "${SVN_Add}"]], quietOperation: true, workspaceUpdater: [$class: 'UpdateUpdater']]) + checkout(git credentialsId: 'gitea-builder', url: 'https://gitea.anxinyun.cn/free-sun/OperationalService.git') container('image-builder') { sh'''