将 svn/trac 更改编号与 hudson 内部版本号关联起来
我有一个软件版本,其中包含来自我们哈德逊号码的内部号码。我试图弄清楚功能 X 是否包含在该版本中。我知道这个更改发生在什么 svn (如果有办法通过 trac 执行的话,也会显示在 trac 中)变更集。我只在 hudson 中存储了几周的构建,所以我不能只在 hudson 中查找构建。有没有办法确定哪些变更集包含在哪些版本号中?
I have a software build that has an internal number from our hudson number. I'm trying to figure out if feature X was included in that build. I know what svn (also shows up in trac if there's a way to do it through trac) changeset this change occurred in. I only store a couple of weeks worth of builds in hudson, so I can't just lookup the build in hudson. Is there a way to determine what changesets were included in which build numbers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们将 hudson 与 subversion 结合使用,构建过程的一部分是自动将 subversion 分支和全局修订详细信息添加到发行版中。不确定 Hudson 是否可以选择这些并将其显示为 Web 界面中的某种自定义字段。
We use hudson with subversion and part of the build process is to automatically add the subversion branch and global revision details to the distribution. Not sure if Hudson can pick these up and have it appear as some kind of custom field in the web interface.