All Projects → jenkinsci → Qy Wechat Notification Plugin

jenkinsci / Qy Wechat Notification Plugin

Licence: apache-2.0
企业微信Jenkins构建通知插件

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Qy Wechat Notification Plugin

Mini Deploy
微信小程序发布助手 mini program
Stars: ✭ 26 (-63.89%)
Mutual labels:  wechat, jenkins
Countly Sdk Cordova
Countly Product Analytics SDK for Cordova, Icenium and Phonegap
Stars: ✭ 69 (-4.17%)
Mutual labels:  notifications
Miniweather
基于koa的微信公众号开发
Stars: ✭ 67 (-6.94%)
Mutual labels:  wechat
Kju
Kju — Improved waiting time for the adidas.com splash page ❯❯❯_
Stars: ✭ 68 (-5.56%)
Mutual labels:  notifications
Calendarnotification
Android app extending calendar notifications with snooze button and notifications persistence
Stars: ✭ 67 (-6.94%)
Mutual labels:  notifications
Wemark
微信小程序Markdown渲染库
Stars: ✭ 1,159 (+1509.72%)
Mutual labels:  wechat
Lxspider
爬虫案例合集。包括但不限于《淘宝、京东、天猫、豆瓣、抖音、快手、微博、微信、阿里、头条、pdd、优酷、爱奇艺、携程、12306、58、搜狐、百度指数、维普万方、Zlibraty、Oalib、小说、招标网、采购网、小红书》
Stars: ✭ 60 (-16.67%)
Mutual labels:  wechat
Wechat
Wechat API wrapper in Elixir
Stars: ✭ 70 (-2.78%)
Mutual labels:  wechat
Redmine jenkins
A Redmine plugin which makes building your Jenkins projects easy ;)
Stars: ✭ 69 (-4.17%)
Mutual labels:  jenkins
Reapop
📮 A simple and customizable React notifications system
Stars: ✭ 1,155 (+1504.17%)
Mutual labels:  notifications
Tina
💃 一款轻巧的渐进式微信小程序框架
Stars: ✭ 1,153 (+1501.39%)
Mutual labels:  wechat
Notifier
Notifications library made with VanillaJS.
Stars: ✭ 67 (-6.94%)
Mutual labels:  notifications
Wx
微信小程序摄影简介模块
Stars: ✭ 68 (-5.56%)
Mutual labels:  wechat
Jenkins Pipeline Libraries
Useful Jenkins Pipeline Libraries to use for whatever.
Stars: ✭ 67 (-6.94%)
Mutual labels:  jenkins
Typednotifications
A mechanism for sending typed notifications with payloads across your iOS app.
Stars: ✭ 70 (-2.78%)
Mutual labels:  notifications
Tinker app
Android热更新Tinker + 多渠道打包 + 加固的流程详解demo
Stars: ✭ 67 (-6.94%)
Mutual labels:  wechat
Notify Py
💬 | A simple Python Module for sending cross-platform desktop notifications on Windows, macOS and Linux
Stars: ✭ 68 (-5.56%)
Mutual labels:  notifications
Gulp Wechat Webapp
基于gulp,以scss的方式写wxss,、提高开发效率的一个入门示例
Stars: ✭ 68 (-5.56%)
Mutual labels:  wechat
Friendcircle
// 一起来撸个朋友圈吧
Stars: ✭ 1,167 (+1520.83%)
Mutual labels:  wechat
Jenkins Pipeline Examples
Example declarative pipelines for Jenkins
Stars: ✭ 70 (-2.78%)
Mutual labels:  jenkins

企业微信Jenkins构建通知插件

Build Status Jenkins Plugin Jenkins Plugin Installs

该插件适用于使用"企业微信"工作的小伙伴,在Jenkins项目构建时使用群机器人进行状态通知

需要不低于企业微信 2.8.7版本

添加群机器人

任意群成员,都可以通过右键群名称的进行添加群机器人

添加微信机器人

企业微信会给新增加的群机器人分配一个Webhook,作为通知接口

添加微信群机器人

项目配置

在Jenkins项目底部的构建后操作,添加企业微信通知配置 添加微信群机器人

将Webhook地址信息输入Jenkins中,即可完成最简单配置 将地址信息输入Jenkins中

运行效果

在构建开始的时候,群机器人会执行开始构建通知 构建开始通知

构建成功后,群机器人会执行构建成功的通知 构建成功通知

构建失败时,群机器人则会执行失败的通知 构建失败通知

项目开发

mvn org.jenkins-ci.tools:maven-hpi-plugin:run

打开Jenkins地址

http://127.0.0.1:8080/jenkins

项目DEBUG

set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n

项目打包

mvn package
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].