English 中文(简体)
建造一座多奴隶的单一建筑
原标题:Spreading a single build over multiple slaves

我想写一个在多个奴隶中分发的script。 我根本不理解霍德森制度是如何运作的,但似乎只是以单一奴隶为基础的整个一种形式。 我愿让多个奴隶同时进行我的测试。 我如何能够做到这一点?

最佳回答

你将考试工作分成几个工作。 每名奴隶工作1人。 你的建设将同时激发所有测试工作。 如果你需要额外工作,你可使用

赫德森·1.377的释放说明列出了一个新的特征:

Queue/execution model is extended to allow jobs that consume multiple executors on different nodes

不知道这究竟意味着什么。 但我肯定会看一看。

问题回答

暂无回答




相关问题
Configure hudson to build multiple branches

I use an ant file to build a java project in mercurial through hudson. The mailnine has a hudson job running just fine. Recently a new branch was created and pushed to the server by commnd line: hg ...

Running automated Web browser tests under Hudson

I m running Hudson for my automated builds and love it. I d now like to create automated Web browser tests using either WaTiN (preferred) or Selenium. As my Hudson runs as a Windows service (under ...

Using Hudson and build steps with multiple git repositories

I m trying out Hudson to replace our current Buildbot setup. I installed the git plugin. Our current setup is like: ssh://server:/repo/test_framework.git ssh://server:/repo/project_a.git Now, to ...

use hudson to get remote tests results

I ve a server running a proprietary language on which I m able to run "unit tests" in this language. I cannot install a Hudson slave on this machine, but would like to have these tests results ...

Where do I see the shell script output in Hudson

I have written a shell script to build my project using hudson. I have put some comments that will be displayed on the console by using echo command. This will help me to debug the scripts if there ...

Why am I getting handshake_failure with Java SSL cert?

I m trying to use Hudson (which uses SVNKit) to access a Subversion repository that requires a client certificate to access it. I can access the same repository using the same client certificate via ...

热门标签