qy wechat notification plugin
1.0.0
Este plug-in é adequado para parceiros que trabalham no "Enterprise WeChat" e usam robôs de grupo para notificação de status ao construir projetos Jenkins.
Requer nada menos que o Enterprise WeChat versão 2.8.7
右键
no nome do grupo. 构建后操作
na parte inferior do projeto Jenkins, adicione企业微信通知配置
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
Abra o endereço Jenkins
http://127.0.0.1:8080/jenkins
Projeto DEBUG
set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n
Embalagem do projeto
mvn package
Se precisar de mais suporte, deixe uma mensagem no endereço abaixo
https://itwake.blog.csdn.net/article/details/122043499