Jenkins Jobs status dashboard by Build Monitor Plugin

Jenkins Jobs status dashboard by Build Monitor Plugin

https://www.devopsart.com/2020/05/jenkins-jobs-status-dashboard-by-build.html

https://plugins.jenkins.io/build-monitor-plugin/

Jenkins JOB 构建结果需要用户登录系统,找到对应的job build查看。

这个动作与敏捷开发中对CI的构建效率是冲突的。

“Build Monitor”插件,可以构建一个展示页面,配合TV投放,可以让team中的每个成员及时关注到构建失效情况。

Every DevOps wants to know what is the status of Jenkins Jobs, whether it is running successfully or not. So each and every time we need to login Jenkins portal to view the status or check email for success report. Here is an option to achieve it, we will use "Build Monitor Plugin" to view the status of last few jobs and will put it in a TV/Monitor so that we can view the status of each recent job always.
Build Monitor Plugin : It is a Jenkins Plugins and it used to provide visualization of selected Jenkins jobs status and its update automatically.

出处:http://www.cnblogs.com/lightsong/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。
原文地址:https://www.cnblogs.com/lightsong/p/15691467.html