简体   繁体   English

Jenkins中是否有任何插件可用于以并行方式将单元测试分发给从属计算机并将结果返回给主计算机?

[英]Is there any plugin in Jenkins for distributing unit tests to slave machines in parallel fashion and returning back the results to the master?

Is there any plugin in Jenkins for distributing unit tests to slave machines in parallel fashion and returning back the results to the master? Jenkins中是否有任何插件可用于以并行方式将单元测试分发给从属计算机并将结果返回给主计算机? The plugin should work in a agent-less manner or agent based manner. 该插件应以无代理方式或基于代理的方式工作。

You can use the Parallel Test Executor Plugin for this. 您可以为此使用并行测试执行程序插件 It splits up all your test based on the previous run's JUnit XML files and distributes them among a defined number of subtasks. 它根据先前运行的JUnit XML文件拆分所有测试,并将它们分布在定义数量的子任务中。

PS: I recently wrote a blog article about how we use this plugin in our environment. PS:最近我写了一篇博客文章 ,介绍我们如何在环境中使用此插件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM