From 57ef882b0f87f87a112e4ab446ef669e7fcffb9d Mon Sep 17 00:00:00 2001 From: zhang hongbo Date: Wed, 28 Jan 2026 11:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=A0=87=E9=A2=98=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vars/Pipeline_dev.groovy | 2 +- vars/Pipeline_prod.groovy | 2 +- vars/Pipeline_stable.groovy | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vars/Pipeline_dev.groovy b/vars/Pipeline_dev.groovy index a32f83a..ea273b8 100644 --- a/vars/Pipeline_dev.groovy +++ b/vars/Pipeline_dev.groovy @@ -112,7 +112,7 @@ def call(Map config) dingtalk( robot:'dingtalk_unity_1', type:'MARKDOWN', - title:'构建通知', + title:"${currentBuild.currentResult} - dev #${env.BUILD_NUMBER}", text: [ "### ${currentBuild.currentResult}", "\n构建信息:", diff --git a/vars/Pipeline_prod.groovy b/vars/Pipeline_prod.groovy index 2e37d32..0e0422a 100644 --- a/vars/Pipeline_prod.groovy +++ b/vars/Pipeline_prod.groovy @@ -112,7 +112,7 @@ def call(Map config) dingtalk( robot:'dingtalk_unity_1', type:'MARKDOWN', - title:'构建通知', + title:"${currentBuild.currentResult} - prod #${env.BUILD_NUMBER}", text: [ "### ${currentBuild.currentResult}", "\n构建信息:", diff --git a/vars/Pipeline_stable.groovy b/vars/Pipeline_stable.groovy index e20cb11..9d009e6 100644 --- a/vars/Pipeline_stable.groovy +++ b/vars/Pipeline_stable.groovy @@ -112,7 +112,7 @@ def call(Map config) dingtalk( robot:'dingtalk_unity_1', type:'MARKDOWN', - title:'构建通知', + title:"${currentBuild.currentResult} - stable #${env.BUILD_NUMBER}", text: [ "### ${currentBuild.currentResult}", "\n构建信息:",