管理巡航控制、团队城市等多个版本
在我的商店中(正如我所期望的那样),您有不同软件组件的多个版本(我们称它们为 foo-client 和 bar-service)。 在我的 cc.net 配置中,我目前在 trunk 上有一个 foo-client 的“项目”,一个用于 foo-client 版本 1.0 的项目,另一个用于 foo-client 版本 1.1 的项目。
我真正希望在仪表板级别看到的是这样的:
foo-客户端
- <块引用>
酒吧服务器
能够深入了解 foo-client 或 bar-server。 汇总将显示上次连续构建的状态,我可以检查和/或强制为现有标记版本进行新构建。
你们在做什么以及在什么构建管理框架下?
In my shop (as I expect it is in most), you have multiple releases of different software components (let's call them foo-client and bar-service). In my cc.net configuration, I currently have one "project" for foo-client at trunk, one project for foo-client version 1.0 and another for foo-client version 1.1.
What I'd really like to see at the dashboard level is something like:
foo-client
bar-server
With the ability to drill down into either foo-client or bar-server. The rollup would show the status of the last continuous build and I could review and/or force a new build for an existing tagged version.
What are you guys doing and under what build management framework?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想看看 Hudson(它通过插件支持 MSbuild) - 它可以部署到 Java 应用程序服务器(推荐:Glassfish 或 Tomcat)。
下载、解压缩和部署大约需要 5-15 分钟 - 然后您就可以开始定义项目构建了。
有相当多的插件来扩展基本功能 - 并且开发团队似乎以 3-4 天的发布时间表发布新功能/错误修复 - 因此代码生命力非常高。
http://hudson-ci.org/
在 Glassfish 仪表板中 - 您可以通过选项卡组织您的项目特定于您可能想要定义的项目根名称 - 然后您可以轻松实现您想要的组织结构。
You might want to take a look at Hudson (which supports MSbuild's via a plugin) - it can be deployed to a Java application server (recommend: Glassfish or Tomcat).
It takes about 5-15 minutes to download, unzip, and deploy - and then you are ready to begin defining project builds.
There are quite a large number of plugins to extend the basic functionality - and the development team seems to release new features / bug fixes on a 3-4 day release schedule - so the code vitality is very high.
http://hudson-ci.org/
Within the Glassfish dashboard - you can organize your projects via a tab specific to the project root name that you might want to define - and then you can easily achieve the organizational structure you appear to want.