构建如何从 Hudson CI Server 推送到 QA/Staging/生产环境?

发布于 2024-08-28 17:34:05 字数 30 浏览 3 评论 0原文

Hudson 是否支持基于存储库标签部署构建?

Does Hudson support deploying builds based on repository labels?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

兔姬 2024-09-04 17:34:06

您可以使用 hudson 中的部署功能将成功的构建推送到生产环境。还有一些构建后插件可以帮助您进行推送。我使用这个名为 POST 构建任务的插件来调用一个脚本,该脚本将我推送到 UAT/Staging (http://wiki.hudson-ci.org/display/HUDSON/Post+build+task

有关插件的完整列表,请查看此链接http://wiki.hudson-ci.org/display/HUDSON/Plugins 看看工件上传器和构建后部分。

You can use the deploy feature in hudson to push successful builds to Production. There are also some post build plugins which can help you with pushes. I use this plugin called the POST build task to call a script which does my push to UAT/Staging (http://wiki.hudson-ci.org/display/HUDSON/Post+build+task)

For a complete list of plugins, please take a look at this link http://wiki.hudson-ci.org/display/HUDSON/Plugins Look at the Artifact uploaders and Post Build sections.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文