Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 jenkins 工作,必须在远程服务器上运行 phantomjs。(基本上是在登台服务器上测试代码)。我该怎么做呢?
在jenkins中创建主从配置,远程服务器为slave,在远程服务器上安装phantomjs并执行,如果需要传输文件或使用scp,可以使用copy to master或slave插件。Phantom js 经常给出代理错误,因为有一些问题需要注意正确的版本。