Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/selenium/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Deployment Jenkins:防止部署与Selenium测试一起运行_Deployment_Selenium_Jenkins_Hudson_Selenium Webdriver - Fatal编程技术网

Deployment Jenkins:防止部署与Selenium测试一起运行

Deployment Jenkins:防止部署与Selenium测试一起运行,deployment,selenium,jenkins,hudson,selenium-webdriver,Deployment,Selenium,Jenkins,Hudson,Selenium Webdriver,我们有大约20个selenium构建和1个部署构建(针对4个环境中的每一个环境) 防止部署和selenium测试同时运行的最佳方法是什么 要使用ThrottleConcurrentBuilds插件,我需要创建20个类别,每个类别包含2个版本-部署+SeleniumJob1、部署+SeleniumJob2、部署+SeleniumJob3等 当我对每个环境都这样做时,我总共会得到80个类别 有更好的方法吗?为什么不能在构建后操作-构建其他项目中使用?部署->SeleniumJob1->Seleniu

我们有大约20个selenium构建和1个部署构建(针对4个环境中的每一个环境) 防止部署和selenium测试同时运行的最佳方法是什么

要使用ThrottleConcurrentBuilds插件,我需要创建20个类别,每个类别包含2个版本-部署+SeleniumJob1、部署+SeleniumJob2、部署+SeleniumJob3等

当我对每个环境都这样做时,我总共会得到80个类别


有更好的方法吗?

为什么不能在构建后操作-构建其他项目中使用?部署->SeleniumJob1->SeleniumJob2->。。。etc 21*4=84个项目。因为我有8个selenium从机和600多个测试,它们在白天同时运行,有时与部署冲突。是的,我们已经安排了夜间构建,但我们也在白天运行作业