代码分支和最佳 CI可扩展
我的团队要求我查看各种 CI。我一直在研究 hudson 和 apache 连续体。我更喜欢开源的东西。我们现在有超过 100 多个版本正在运行,并且还在不断增长。需要做maven和ant构建这是一个J2EE环境。我们还每月进行一次代码分支,因此需要能够轻松地分支代码或进行代码分支,以便可以停止并配置代码来进行代码分支。那么有什么想法吗?或者帮助 hudson 执行此操作的脚本?现在 hudson 看起来会很痛苦,因为每个项目都有自己的工作空间。
My group has asked me to look at various CIs. I have been looking at hudson and apache continuum. I would prefer something open source. We have over 100+ builds going right now and its just going to grow. It needs to do maven and ant builds this is a J2EE environment. We also do a code branch every month so it would need to be easy to branch code or make it so it can be stoped and configured to do the code branching. So any ideas? Or scripts to help hudson do this? Right now hudson looks like it will be a pain to do since every project has its own work space.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正因为如此,我会选择 Hudson (它将能够使用 分布式进行扩展如果需要,甚至可以构建云)。
我没有这样的限制,但这里有一些有趣的读物:
相关问题
另请参阅
Just because of this, I would pick Hudson (that will be able to scale using distributed builds if necessary, or maybe even the cloud).
I don't have such constraints but here are some interesting readings anyway:
Related questions
See also