我遇到了詹金斯的问题,这是我以前从未见过的,我想我会得到一些建议。 Jenkins不会在chrome浏览器上启动AUT来运行selenium测试。
我遵循的步骤:
有什么想法吗?
答案 0 :(得分:0)
我也遇到了这个问题并按如下方式解决了这个问题。
基本上,jenkins slave必须通过批处理作业从启动开始。
这是一步一步的过程。
节点网址:http://host:port/computer/nodeName/
> java -jar C:/Jenkins/slave.jar -jnlpUrl http://host:port/computer/nodeName/slave-agent.jnlp -secret yourSecret
netsh advfirewall防火墙设置规则组="远程桌面" new enable =是
<< fyi:如果你忘记了,你可以在你的Jenkins安装位置为你的秘密,nodeName,host等引用jenkins-slave.xml。
观察:Jenkins奴隶将自动启动 12.转到"节点URL" 并使节点重新上线。
希望这有帮助。