From e0962b6892f7db111c62ff91158241535c02671b Mon Sep 17 00:00:00 2001 From: guoqibing Date: Wed, 26 Nov 2025 09:52:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a09b710..6ae6280 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,9 +2,9 @@ pipeline { /* 声明式流水线内容 */ agent any - tools { + //tools { //maven 'maven-3.9.9' - } + //} // agent { // docker {