From 6bf72c48a105e84128d0e481fd80aa71d8f24ca6 Mon Sep 17 00:00:00 2001
From: wangzilun <964606955@qq.com>
Date: Wed, 09 Mar 2022 11:31:53 +0800
Subject: [PATCH] ttt13

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 9b52a0a..09a5aba 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -122,10 +122,19 @@
     post {
         unsuccessful {
             script{
-                def msg = "当前构建失败<br>---------------------<br>提交人:${GIT_COMMIT_AUTHOR}<br>提交信息:<br>${GIT_COMMIT_MSG}<br>---------------------<br>构建内网链接:${BUILD_URL}console"
+                String msg = '''
+                        当前构建失败<br>
+                        ---------------------<br>
+                        提交人:${GIT_COMMIT_AUTHOR}<br>
+                        提交信息:<br>
+                        ${GIT_COMMIT_MSG}<br>
+                        ---------------------<br>
+                        构建内网链接:${BUILD_URL}console
+                    '''
+                msg = msg.replaceAll("\n","")
                 def number = "964606955"
                 sendMessage(true,number,msg);
-
+            }
         }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1