From 10be0e5ae104814716d9088036f6f00d03256131 Mon Sep 17 00:00:00 2001 From: tim <289182949@qq.com> Date: Thu, 25 Nov 2021 03:43:33 +0000 Subject: [PATCH] =?UTF-8?q?2022=E5=B9=B43=E6=9C=888=E6=97=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shenchunping --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6c8be4a..a81356b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,9 +10,6 @@ pipeline { stages { stage('Example') { steps { - script { - echo ${BRANCH} - } checkout( [$class: 'GitSCM', doGenerateSubmoduleConfigurations: false, submoduleCfg: [], extensions: [[$class: 'CloneOption', depth: 1, noTags: false, reference: '', shallow: true]], branches: [[name: "$BRANCH"]],userRemoteConfigs: [[url: "${env.GIT_URL}", credentialsId: "gitee_account"]]] -- Gitee