From 8d33cb3c34fd571fcb9a2e8b6af8662794cbdc58 Mon Sep 17 00:00:00 2001 From: Home Date: Sat, 28 Mar 2026 20:47:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4jenkins=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=E6=B5=81=E6=B0=B4=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f3d0ed30..eb8e1c09 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,11 +1,9 @@ pipeline { agent any tools { - + nodejs 'node22' } - environment { - } stages { stage('打印环境变量') {