使用 Hudson 持续集成服务器进行个人构建
我正在考虑使用 Hudson 作为我的持续集成服务器。过去,我使用过 Zutubi 的 Pulse 构建服务器,它有一个很好的功能,称为个人构建,允许用户在提交代码之前在 Pulse 服务器上测试更改列表。有谁知道 Hudson 是否将其作为内置功能或通过插件提供?
I'm thinking of using Hudson as my continuous integration server. In the past i have used the Pulse build server from Zutubi which had a nice feature called personal builds that allows a user to test a changelist on the Pulse server before committing the code. Does anyone know if Hudson offers this as either a built in feature or via a plugin?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从 stackoverflow 上其他问题的答案来看,可能有一种方法可以用 git 和 Hudson 来模拟这个功能。不知道这是否适合您。
From the answers on other questions on stackoverflow, there might be a way to emulate this feature with git and Hudson. Don't know if that might be an option for you.
我已经使用 Pulse 一段时间了,这是我所缺少的东西之一。我不认为哈德森会这么做。
I have used Pulse for a while and that's one of the things I'm missing. I don't think hudson does that.