通知标题优化

This commit is contained in:
zhang hongbo 2026-01-28 11:00:07 +08:00
parent 3b9814d966
commit 57ef882b0f
3 changed files with 3 additions and 3 deletions

View File

@ -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构建信息:",

View File

@ -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构建信息:",

View File

@ -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构建信息:",