From e7f8b5845b3060eca00e9adbf7ba9e6c729e7106 Mon Sep 17 00:00:00 2001 From: newrain001 Date: Thu, 21 Dec 2023 16:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'cloud/Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloud/Jenkinsfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cloud/Jenkinsfile b/cloud/Jenkinsfile index d86cdbf..426c0d0 100644 --- a/cloud/Jenkinsfile +++ b/cloud/Jenkinsfile @@ -106,7 +106,7 @@ pipeline { success { // Maven 打包成功的钉钉消息配置 dingtalk ( - robot: '4eabbd09-a21a-40a9-84db-6440c0daebec', + robot: '66dc8be5-85f4-46dd-89f5-d4efb3abab12', type: 'MARKDOWN', title: '后端打包成功 ${PROJECT_NAME}', text: [ @@ -124,7 +124,7 @@ pipeline { failure { // Maven 打包失败的钉钉消息配置 dingtalk ( - robot: '4eabbd09-a21a-40a9-84db-6440c0daebec', + robot: '66dc8be5-85f4-46dd-89f5-d4efb3abab12', type: 'MARKDOWN', title: '后端打包失败 ${PROJECT_NAME}', text: [ @@ -154,7 +154,7 @@ pipeline { success { // Node.js 打包成功的钉钉消息配置 dingtalk ( - robot: '4eabbd09-a21a-40a9-84db-6440c0daebec', + robot: '66dc8be5-85f4-46dd-89f5-d4efb3abab12', type: 'MARKDOWN', title: '前端打包成功 ${PROJECT_NAME}', text: [ @@ -172,7 +172,7 @@ pipeline { failure { // Node.js 打包失败的钉钉消息配置 dingtalk ( - robot: '4eabbd09-a21a-40a9-84db-6440c0daebec', + robot: '66dc8be5-85f4-46dd-89f5-d4efb3abab12', type: 'MARKDOWN', title: '前端打包失败 ${PROJECT_NAME}', text: [ @@ -208,7 +208,7 @@ pipeline { success { // 构建镜像成功的钉钉消息配置 dingtalk ( - robot: '4eabbd09-a21a-40a9-84db-6440c0daebec', + robot: '66dc8be5-85f4-46dd-89f5-d4efb3abab12', type: 'MARKDOWN', title: '镜像构建成功 ${PROJECT_NAME}', text: [ @@ -226,7 +226,7 @@ pipeline { failure { // 构建镜像失败的钉钉消息配置 dingtalk ( - robot: '4eabbd09-a21a-40a9-84db-6440c0daebec', + robot: '66dc8be5-85f4-46dd-89f5-d4efb3abab12', type: 'MARKDOWN', title: '镜像构建失败 ${PROJECT_NAME}', text: [ @@ -258,7 +258,7 @@ pipeline { success { // 部署成功的钉钉消息配置 dingtalk ( - robot: '4eabbd09-a21a-40a9-84db-6440c0daebec', + robot: '66dc8be5-85f4-46dd-89f5-d4efb3abab12', type: 'MARKDOWN', title: 'k8s部署成功 ${PROJECT_NAME}', text: [ @@ -276,7 +276,7 @@ pipeline { failure { // 部署失败的钉钉消息配置 dingtalk ( - robot: '4eabbd09-a21a-40a9-84db-6440c0daebec', + robot: '66dc8be5-85f4-46dd-89f5-d4efb3abab12', type: 'MARKDOWN', title: 'k8s部署失败 ${PROJECT_NAME}', text: [