Re: Unable to launch a browser

2018-08-13 Thread Ajith Raman
Hi Suja,

Yes, I did try that step as well.

Regards,
Ajith

On Monday, 13 August 2018 16:14:29 UTC+5:30, suja...@gmail.com wrote:
>
> 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 (Execute Windows Batch Command):
>> *start chrome "www.google.com "*
>>
>>
>> Could someone help me on this?
>>
>>
>>
>> Regards,
>> Ajith
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/29b3b2b1-c14f-48bb-9081-a23b2b6a0701%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 (Execute Windows Batch Command):
> *start chrome "www.google.com "*
>
>
> Could someone help me on this?
>
>
>
> Regards,
> Ajith
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/554da79b-ef77-48c0-9558-ee5a3af4fe4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to launch a browser

2018-08-10 Thread Ajith Raman
Hello All,

Could someone help me on this?

Regards,
Ajith

On Monday, 6 August 2018 18:07:26 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 (Execute Windows Batch Command):
> *start chrome "www.google.com "*
>
>
> Could someone help me on this?
>
>
>
> Regards,
> Ajith
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0be1bf51-47ab-4d0d-846c-12aa17433995%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to launch a browser

2018-08-08 Thread Ajith Raman
Hi Jan,



My requirement is something like this:


1. Login to Jenkins.


2. Execute a Jmeter test using the below commands:

cd C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin
jmeter -Jjmeter.save.saveservice.output_format=csv -n -t 
Sample_Framework.jmx -l TestResults_%JOB_NAME%-%BUILD_NUMBER%.jtl -e -o
  

C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin\HTML_%JOB_NAME%-%BUILD_NUMBER%

3. Launch Grafana during the execution (This is where my concern is). 


Could you please help me on this? Appreciate your support.



Regards,
Ajith


On Tuesday, 7 August 2018 10:03:30 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 to start the browser in headless mode? 
>
> On Mon, Aug 6, 2018 at 07:37 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 (Execute Windows Batch Command):
>> *start chrome "www.google.com "*
>>
>>
>> Could someone help me on this?
>>
>>
>>
>> Regards,
>> Ajith
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to jenkinsci-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/e266ce1c-e460-4fc0-9854-824c02e14266%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/47e41df7-7482-4dab-8c50-3b3d1d8c4fb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to launch a browser

2018-08-08 Thread Ajith Raman
Hi Suja,


Thanks for the response. I tried your step as well.

Browser still doesn't opens.

Is any plug-in being missed here?


Regards,
Ajith

On Tuesday, 7 August 2018 10:55:53 UTC+5:30, suja...@gmail.com wrote:
>
> 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 to start the browser in headless mode? 
>>
>> On Mon, Aug 6, 2018 at 07:37 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 (Execute Windows Batch Command):
>>> *start chrome "www.google.com "*
>>>
>>>
>>> Could someone help me on this?
>>>
>>>
>>>
>>> Regards,
>>> Ajith
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Jenkins Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to jenkinsci-use...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-users/e266ce1c-e460-4fc0-9854-824c02e14266%40googlegroups.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/74abb509-1087-40cf-892b-668b94b28c8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 to start the browser in headless mode? 
>
> On Mon, Aug 6, 2018 at 07:37 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 (Execute Windows Batch Command):
>> *start chrome "www.google.com "*
>>
>>
>> Could someone help me on this?
>>
>>
>>
>> Regards,
>> Ajith
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to jenkinsci-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/e266ce1c-e460-4fc0-9854-824c02e14266%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e68a41ee-8146-45bc-b02a-74f2fc02929a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to launch a browser

2018-08-06 Thread Jan Monterrubio
Does the agent have X11 or any sort of graphical input? If not could you
use something like selenium to start the browser in headless mode?

On Mon, Aug 6, 2018 at 07:37 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 (Execute Windows Batch Command):
> *start chrome "www.google.com "*
>
>
> Could someone help me on this?
>
>
>
> Regards,
> Ajith
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/e266ce1c-e460-4fc0-9854-824c02e14266%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CADgiF9KktokHG4TaAkUgm4Xr-r18muc0hVazQDjGS0xCEpAP5w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Unable to launch a browser

2018-08-06 Thread Ajith Raman
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 (Execute Windows Batch Command):
*start chrome "www.google.com"*


Could someone help me on this?



Regards,
Ajith

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e266ce1c-e460-4fc0-9854-824c02e14266%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.