From c0da8222c4182b6aacb37ae9eb989dfbaa75d955 Mon Sep 17 00:00:00 2001 From: guoqibing Date: Mon, 24 Nov 2025 15:49:20 +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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2d3b288..85aafa5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,13 +7,13 @@ pipeline { jdk 'jdk8' } - agent { - docker { - image 'maven:3-alpine' - label 'my-defined-label' - args '-v /tmp:/tmp' - } - } + // agent { + // docker { + // image 'maven:3-alpine' + // label 'my-defined-label' + // args '-v /tmp:/tmp' + // } + //} stages { stage('打包jar..........') {