Handling multiple branches in continuous integration

后端 未结 4 1784
日久生厌
日久生厌 2020-12-22 15:09

I\'ve been dealing with the problem of scaling CI at my company and at the same time trying to figure out which approach to take when it comes to CI and multiple branches. T

4条回答
  •  误落风尘
    2020-12-22 15:49

    I would choose dev+stable branches. And if you still want custom branches and afraid of the load, then why not move these custom ones to the cloud and let developers manage it themselves, e.g. http://cloudbees.com/dev.cb This is the company where Kohsuke is now. There is an Eclipse Tooling also, so if you are on Eclipse, you will have it tightly integrated right into dev env.

提交回复
热议问题