Hudson 可以在构建期间发布工件吗?
背景:我正在评估 Hudson 来替代我们的 TeamCity CI 服务器,以便在 Windows 和 Linux 上构建 C++ 和 .NET 项目。我广泛使用的 TeamCity 功能之一是 发布工件而构建仍在进行中。
问题:Hudson 有没有办法在工件生成后立即按需发布它们?
Background: I'm evaluating Hudson to replace our TeamCity CI server for building C++ and .NET projects on Windows and Linux. One of the TeamCity features I use extensively is Publishing Artifacts while the Build is still in progress.
Question: Is there a way in Hudson to publish artifacts on demand as soon as they have been generated?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在构建完成之前,Hudson 中的内置工件发布不会发生。如果您使用某种其他机制从构建脚本中发布工件,那么脚本可以随时执行此操作。
The built in artifact publishing in Hudson does not occur until the build is complete. If you are using some other mechanism to publish your artifacts from within your build scripts then the scripts can do that whenever you want.