From 6afc76faba2b7e1458f2842e5e08e4c814f8b856 Mon Sep 17 00:00:00 2001 From: panjunjie <46790855@qq.com> Date: Sun, 10 Aug 2025 20:36:50 +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 44c9a1d..fb01195 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,10 +38,10 @@ pipeline { post { success { - echo 'Vue项目部署成功!' + echo 'Vue项目部署成功' } failure { - echo 'Vue项目部署失败!' + echo 'Vue项目部署失败' } } } \ No newline at end of file