钉钉

建群,打开【群设置】->【智能群助手】->【添加机器人】->【自定义 WebHook接入】

安全设置选三者之一
选择【自定义关键词】【IP地址】

Jenkins

安装插件 DingTalk
【系统管理】->【系统配置】翻到“钉钉”配置位置,新增配置

发送通知pipeline


sh """curl 'https://oapi.dingtalk.com/robot/send?access_token=3dfb***9ece'  -H 'Content-Type: application/json' -d '{"msgtype":"text","text":{"content": "Jenkins提醒。部署服务:$ \n构建分支: $\n构建ID: $\n提交信息:$构建状态:${currentBuild.currentResult}"}}'"""

通知类型:
https://developers.dingtalk.com/document/robots/message-types-and-data-format

参考:http://t.zoukankan.com/longhx-p-15741644.html