From 977695c64db4c2db8a9f2313e7bdffd59c4ad374 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Wed, 3 Feb 2021 19:10:07 +0800 Subject: [PATCH] fix error --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0d13a21212..bcd9882ec8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -282,7 +282,7 @@ pipeline {
  • 构建名称>>分支:${env.CHANGE_BRANCK}
  • 构建结果: Successful
  • 构建编号:${BUILD_NUMBER}
  • -
  • 触发用户:${CAUSE}
  • +
  • 触发用户:${env.CHANGE_AUTHOR}
  • 提交信息:${CHANGE_TITLE}
  • 构建地址:${BUILD_URL}
  • 构建日志:${BUILD_URL}console
  • @@ -320,7 +320,7 @@ pipeline {
  • 构建名称>>分支:${env.CHANGE_BRANCK}
  • 构建结果: Successful
  • 构建编号:${BUILD_NUMBER}
  • -
  • 触发用户:${CAUSE}
  • +
  • 触发用户:${env.CHANGE_AUTHOR}
  • 提交信息:${CHANGE_TITLE}
  • 构建地址:${BUILD_URL}
  • 构建日志:${BUILD_URL}console
  • -- GitLab