From d0d3a5188e1a1455f36fc868ebbc9939da96ad61 Mon Sep 17 00:00:00 2001 From: panjunjie <46790855@qq.com> Date: Mon, 11 Aug 2025 19:02:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Jenkinsfile?= 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 2c30bf0..73937c4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,10 +54,10 @@ pipeline { // 流水线执行结果处理 post { success { - echo "✅ 预编译dist文件夹部署成功" + echo "✅ 预编译admin文件夹部署成功" } failure { - echo "❌ 预编译dist文件夹部署失败,请查看日志排查问题" + echo "❌ 预编译admin文件夹部署失败,请查看日志排查问题" } } }