在从机上构建 hudson 视图

发布于 2024-09-24 03:40:57 字数 80 浏览 2 评论 0原文

是否可以在不同机器上而不是 Hudson 运行机器上的开发人员视图上构建项目?
如果是这样请给我方法。

-斯里尼瓦斯·N

Is it possible to build project present on the developer view present on different machine, not on the Hudson running machine?
If so please provide me way.

-Srinivas N

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

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

发布评论

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

评论(1

旧夏天 2024-10-01 03:40:57

您应该需要 Hudson 节点 的概念来做到这一点。
节点在 Hudson 页面“分布式构建中详细介绍

Hudson 支持“主/从”模式,将构建项目的工作量委托给多个“从”节点,允许单个 Hudson 安装托管大量项目,或提供不同的项目构建/测试所需的环境

这将允许您在访问开发人员工作站上的开发人员视图的同时进行构建(因为所有执行过程都将在开发人员的计算机上进行)。

You should need the notion of Hudson node to do that.
A Node is detailed in the Hudson page "Distributed build"

Hudson supports the "master/slave" mode, where the workload of building projects are delegated to multiple "slave" nodes, allowing single Hudson installation to host a large number of projects, or provide different environments needed for builds/tests

That will allow you to build while accessing the developer view on the developer's workstation (since all the execution process will take place on the developer's machine).

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