Hudson:仅当代码库或快照依赖项发生更改时每晚构建
我有一项单独的工作要在晚上构建一个项目。但我只想在项目的代码发生更改或构建项目的快照依赖项时构建它。
可以使用 SCM 轮询计划在代码库更改时每晚构建一个项目。但是我如何将它与“构建快照依赖项时构建”结合起来?
I have a separate job to build a project during the night. But I only want to build it if the code of the project is changed or snapshot dependency of the project is built.
Building a project nightly when codebase was changed can be achieved using SCM polling schedule. But how I can combine it together with "Build whenever SNAPSHOT dependency is built"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设这些快照也作为作业存在于您的 Hudson 中。
(如果这是错误的,请在评论中说明)
I assume that those snapshots also exist as jobs in your Hudson.
(if this is false, please say so in the comment)