From bc01231ac4ebf4cfa221e226ab66b53be291a10f Mon Sep 17 00:00:00 2001
From: wangzilun <964606955@qq.com>
Date: Tue, 08 Mar 2022 18:18:47 +0800
Subject: [PATCH] 补充18

---
 Jenkinsfile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a72bf8a..ba536cb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -124,7 +124,7 @@
             script{
                  sh '''
                     printenv
-                    msg="当前构建失败,\n提交人:${env.GIT_COMMIT_AUTHOR}\n提交信息:\n${env.GIT_COMMIT_MSG}\n 构建内网链接:${BUILD_URL}"
+                    msg="当前构建失败,\n提交人:${env.GIT_COMMIT_AUTHOR}\n提交信息:\n${env.GIT_COMMIT_MSG}\n 构建内网链接:\${BUILD_URL}"
                     echo "$msg"
                     sendqq(){
                       rm -f tmp_in

--
Gitblit v1.9.1