Jenkins钉钉配置插件可以让你的build结果第一时间反馈到你所在的工作群中, 帮助你了解build状况
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
- Dev build
- checkout jenkins settings.xml from jenkins-ci.org
mvn package -s /PATH/TO/settings.xml
- 创建钉钉机器人
input the access token in previous step, and please input the Jenkins URL
填入accessToken, 以及很重要的: 填上你Jenkins的URL,因为Jenkins自己不知道自己的URL是什么
新版本钉钉插件在创建通知时会自动获取一次Jenkins的ROOT URL,所以如果这里你能看到,就不用再填写ROOT URL了(版本1.3+)