我们可以在Jenkins Integration中从Master机器提供项目路径和可执行的依赖项吗?

时间:2018-03-14 13:45:09

标签: java jenkins katalon-studio

https://wiki.jenkins.io/display/JENKINS/Step+by+step+guide+to+set+up+master+and+slave+machines+on+Windows

我已阅读上述链接并已实施。

我遇到了两条路:

1. Master and Slave both are same machines - Working Fine
2. Master and Slave Machine both are different 
Consider Master Machine: 3020721 and slave 3020722

以下是Build部分中的windows batch命令: Katalon_Studio_Windows_64-5.3.0和项目均置于307022(奴隶机器)

cd C:\Users\3020722\Downloads\Katalon_Studio_Windows_64-5.3.0
katalon.exe  -runMode=console -projectPath="C:\Users\3020722\Katalon_Studio\PoC\PoC.prj" -retry=0 -testSuitePath="Test Suites/POCTestSuite" -browserType="IE"

现在,如果我想使用Katalon工作室可执行文件和Master的项目,我正在尝试下面

cd C:\Users\3020721\Downloads\Katalon_Studio_Windows_64-5.3.0
katalon.exe  -runMode=console -projectPath="C:\Users\3020721\Katalon_Studio\PoC\PoC.prj" -retry=0 -testSuitePath="Test Suites/POCTestSuite" -browserType="IE"

尝试cd C:\Users\3020721\Downloads\Katalon_Studio_Windows_64-5.3.0,但说the system can not find the specified path..

它是否在奴隶中尝试这条路径而不是从主人手中接过它?

这种方法是否可行?

0 个答案:

没有答案