From c33310aef370f7b12de40b039b57a98a9bdc70d8 Mon Sep 17 00:00:00 2001 From: kira Date: Fri, 5 May 2023 19:35:45 +0800 Subject: [PATCH] =?UTF-8?q?yinruoxi:=201.=E4=B8=8A=E4=BC=A0pom.xml?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 89fefa18..5f1ceb68 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,9 +7,6 @@ node { // 镜像仓库的项目,这里建议项目名称和jenkins的item项目名称、以及harbor的项目名称保持一致,否则用一下脚本会出问题 // def harbor_project = "demo" def mavenPath="/usr/share/maven" - tools { - maven 'Maven 3.8.8' - } // 拉取代码 stage('pull code') { checkout([$class: 'GitSCM', branches: [[name: '*/${branch}']], extensions: [], userRemoteConfigs: [[credentialsId: '0f6d6eaa8754e735262afa495fe2828d611fca17', url: 'http://39.105.23.186:3000/develop/digimeta-MultiSaas.git']]])