通知标题优化
This commit is contained in:
parent
3b9814d966
commit
57ef882b0f
@ -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构建信息:",
|
||||
|
||||
@ -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构建信息:",
|
||||
|
||||
@ -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构建信息:",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user