fff / dingding-notifications-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dingding Notification Plugin

Dingding notification plugin is a simply config plugin, it can notify to your specified dingding group the build job status including:start build\build success\build failed.

Chinese Intro: 中文介绍

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
  6. Dev build
mvn package --settings=./settings.xml

Installation

  1. create a Dingding robot in Dingding side

Dingding -> ... config -> new robot

choose the 'custom robot'

config robot

save the access token 2. Config Jenkins After you installed the plugin, each job can add a post build step, choose 'dingding notification config'

input the access token in previous step, and please input the Jenkins URL because plugin don't know where is your jenkins, if you wanna the notification can link directly to your build, please make sure the URL is the Jenkins ROOT url. 3. Enjoy!

  1. Pipeline syntax support(merge from : pull-request-5 )

About


Languages

Language:Java 97.9%Language:HTML 2.1%