天天看點

jenkins高可用方案研究過程

https://www.jianshu.com/p/223bedd1097d (高可用思路)

https://www.tinymind.net.cn/articles/9a9fb98ebfbe79 (高可用思路)

https://wiki.jenkins.io/display/JENKINS/Gearman+Plugin (jenkins的gearman插件介紹)

https://clusterlabs.org/pacemaker/ (pacemaker介紹)

http://gearman.org/(gearman官網)

https://docs.cloudbees.com/docs/cloudbees-jenkins-distribution/latest/distro-install-guide/post-install/(jenkins安裝官方教程)

https://www.cnblogs.com/shengulong/p/6764452.html (國内的實施方案)

https://blog.csdn.net/wwy0324/article/details/81331677 (pacemaker+nginx,keepalived替代方案)

https://stackoverflow.com/questions/36173214/how-to-setup-jenkins-with-ha (jenkins高可用思路)

https://clusterlabs.org/pacemaker/doc/en-US/Pacemaker/1.1/html/Clusters_from_Scratch/(pacemaker組叢集教程)

https://i.stack.imgur.com/BZSjX.png(jenkins高可用實作方案圖)

https://endocode.com/blog/2018/08/17/jenkins-high-availability-setup/(jenkins高可用思路)

https://medium.com/@kamidu/configure-jenkins-with-high-availability-in-few-minutes-centos-servers-dc88a0458606(最終照着實施的方案,但是有些問題,之後會專門寫篇博文)