通过jenkins的 Job Notifications 插件可以和tms集成, 从而通过tms特定频道接收jenkins任务最终状态结果推送.

jenkins配置:输入图片说明

TMS集成效果截图:输入图片说明

具体配置方式:

  1. http://username:password@192.168.1.1:8080/api/channel/jenkins/send?channel=test&raw=true&web=http://xxx.com

TODO…