qy wechat notification plugin
1.0.0
ปลั๊กอินนี้เหมาะสำหรับพันธมิตรที่ทำงานบน "Enterprise WeChat" และใช้โรบ็อตกลุ่มสำหรับการแจ้งเตือนสถานะเมื่อสร้างโปรเจ็กต์ Jenkins
ต้องการไม่น้อยกว่า Enterprise WeChat เวอร์ชัน 2.8.7
右键
ที่ชื่อกลุ่ม 构建后操作
ที่ด้านล่างของโปรเจ็กต์ Jenkins ให้เพิ่ม企业微信通知配置
pipeline {
agent any
stages {
stage('Hello') {
steps {
echo 'Hello World'
}
}
}
post{
success{
qyWechatNotification failNotify: true, mentionedId: '需要通知UserID', mentionedMobile: '需要通知的通知手机号码', webhookUrl: 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxx-xxxxxx-xxxxxx', moreInfo:'额外的信息'
}
failure{
qyWechatNotification failNotify: true, mentionedId: '需要通知UserID', mentionedMobile: '需要通知的通知手机号码', webhookUrl: 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxx-xxxxxx-xxxxxx', moreInfo:'额外的信息'
}
}
}
mvn org.jenkins-ci.tools:maven-hpi-plugin:run
เปิดที่อยู่เจนกินส์
http://127.0.0.1:8080/jenkins
โครงการดีบัก
set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n
บรรจุภัณฑ์โครงการ
mvn package
หากคุณต้องการความช่วยเหลือเพิ่มเติม โปรดฝากข้อความไว้ตามที่อยู่ด้านล่าง
https://itwake.blog.csdn.net/article/details/122043499