0

I have a jenkins job that has to run phantomjs on a remote server. (basically test the code on a staging server). How do I do this?

user3920295
  • 889
  • 2
  • 13
  • 31

1 Answers1

0

Create master slave configuration in jenkins with the remote server as slave ,install phantomjs in the remote server and execute , you may use copy to master or slave plugin if you require to transfer file or use scp . Phantom js often gives proxy errors as there are some issues watch for the correct versions.

Subrata Fouzdar
  • 724
  • 5
  • 17