From 5cca9a78208de77b37e5282e71b82c20f0850a26 Mon Sep 17 00:00:00 2001 From: caoyuchun <335003032@qq.com> Date: Tue, 20 Jan 2026 13:24:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9jenkis=E7=8E=AF=E5=A2=83?= 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 7e9d5f3..2ce4ad0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,8 +2,8 @@ pipeline { agent any tools { - nodejs '22' - } + nodejs 'NodeJS-22' + } environment { // 远程服务器配置 DEPLOY_HOST = '180.76.180.105'