Kubernetes实现Master-Slave分布式构建方案(一)

 Jenkins的Master-Slave分布式构建 什么是Master-Slave分布式构建 Jenkins 的Master-Slave分布式构建,就是通过将构建过程分配到从属Slave节点上,从而减轻Master节点的压力,而且可以同时构建多个,有点类似负载均衡的概念。 如何实现Master-Slave分布式构建 1)开启代理程序的TCP端口 Manage Jenkins -> Configu
相关文章
相关标签/搜索