我应该如何配置 Jenkins CI(或 Hudson)以在 Azure 上运行?
我喜欢 Jenkins,而且令我印象深刻的是,能够在 Azure 中按需启动额外的构建从属设备可能会效果很好。
此外,我需要维护的本地硬件越少越好。
是否有人将 Jenkins(或者实际上是 Hudson)配置为在 Azure 中运行?从技术上讲,我怀疑它应该不会太棘手 - 我希望能找到可能有帮助的资源。棘手的一点可能是构建状态的持久性。
I like Jenkins, and it strikes me that being able to spin-up extra build slaves on-demand in Azure could work well.
Besides, the less on-premise hardware I have to maintain, the better.
Has anyone configured Jenkins (or, indeed, Hudson) to run in Azure? Technically I suspect it shouldn't be too tricky - I'd appreciate pointers to resources that might help. The tricky bit is likely to be persistence of the build state.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经这样做了,它似乎对我来说效果很好。虽然有一点细微差别,但总体来说是有效的。
http ://blogs.msdn.com/b/gong Cheng/archive/2013/02/27/jenkins-on-windows-azure-the-missing-manual.aspx
掌握步骤:
http:/ /blogs.msdn.com/b/gong Cheng/archive/2013/04/16/jenkins-on-windows-azure-the-missing-manual-master.aspx
对于从站的分步操作:
http:/ /blogs.msdn.com/b/gong Cheng/archive/2013/04/16/jenkins-on-windows-azure-the-missing-manual-slave.aspx
I have done that, it seems to be working fine for me. There is a little bit nuances, but generally works.
http://blogs.msdn.com/b/gongcheng/archive/2013/02/27/jenkins-on-windows-azure-the-missing-manual.aspx
Step by step for Master:
http://blogs.msdn.com/b/gongcheng/archive/2013/04/16/jenkins-on-windows-azure-the-missing-manual-master.aspx
Step by step for Slave:
http://blogs.msdn.com/b/gongcheng/archive/2013/04/16/jenkins-on-windows-azure-the-missing-manual-slave.aspx
查看:Windows Azure 中的持续集成服务器
Check out: Continous Integration Server in Windows Azure