Re: Jenkins: How to run test on multiple hosts in parallel?

2018-08-06 Thread sujaypc1
If your nodes are on linux, try installing pssh on the server 1. Install pssh yum install python-pip pip install pssh 2. create a host file 'pssh-host' with the number of hosts along with IP address and port number that you need to connect to remote systems using pssh. 3. Execute comman

Re: Unable to launch a browser

2018-08-06 Thread sujaypc1
Try to run Jenkins from the command line and start browser cd "C:\Program Files\Jenkins" && java -jar jenkins.war On Tuesday, August 7, 2018 at 10:03:30 AM UTC+5:30, Jan Monterrubio wrote: > > Does the agent have X11 or any sort of graphical input? If not could you > use something like selenium

Re: Unable to launch a browser

2018-08-13 Thread sujaypc1
Have you tried installing ChromeDriver plugin? On Monday, August 6, 2018 at 6:07:26 PM UTC+5:30, Ajith Raman wrote: > > Hello All, > > > > I try to launch a browser via Jenkins. Unfortunately, it doesn't works > (But the build succeeds). > > > Please find below the command used: > > Build (Execu