Re: Jmeter Test execution - Blank Performance Trend graphs

2018-08-13 Thread Ajith Raman
Hi Surjit,


Developer tools show the same stuff (whether graphs are displayed, or 
blank). Please find the screenshots attached.

Thanks for the response.


Regards,
Ajith

On Friday, 10 August 2018 22:00:49 UTC+5:30, Surjit Bains wrote:
>
> If you view the blank page using the developer tools in your browser what 
> do you see?
>
>
> On Fri, 3 Aug 2018 at 21:06, Ajith Raman > 
> wrote:
>
>> Hello,
>> I run a Jmeter test via Jenkins. Please find below the commands used: 
>> Execute Windows Batch command (Build): cd 
>> C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin jmeter 
>> -Jjmeter.save.saveservice.output_format=csv -n -t Sample_Framework.jmx -l 
>> TestResults_%BUILD_NUMBER%.jtl -e -o 
>> C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin\HTML_%BUILD_NUMBER% 
>> Publish Performance Test result report (Post-Build Actions): 
>> C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin\TestResults_${BUILD_NUMBER}.jtl
>>  
>> Now the execution completes successfully. But the Performance Trend Graphs 
>> are blank. Could you please help me on this? Note: All works fine, when 
>> _${BUILD_NUMBER} is removed from the filename. Issue exists, only when 
>> _${BUILD_NUMBER} is appended to the filename. Am performing this, in order 
>> to make the output files unique. 
>> Thanks in Advance!!
>>
>> -- 
>> 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/f87297df-97b4-4fe1-a857-c802dfcd225e%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/jenkinsci-users/f87297df-97b4-4fe1-a857-c802dfcd225e%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
> Surjit Bains
> e: surjit...@gmail.com 
> m: 07966 161 302
>

-- 
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/78c592b1-1854-4d3c-8ad0-151a1d020016%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


DeveloperTools.docx
Description: MS-Word 2007 document


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 <http://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: Jmeter Test execution - Blank Performance Trend graphs

2018-08-10 Thread Ajith Raman
Hello All,

Could anyone help me on this?

Regards,
Ajith

On Tuesday, 7 August 2018 18:54:39 UTC+5:30, Ajith Raman wrote:
>
> Hi Jan,
>
>
>
> I did enable logging for "hudson.plugins.performance" (Logger level set 
> to "ALL").
>
> But the log is blank.
>
>
> Please find below the steps performed (in order to enable logging):
>
> 1. Add a New Log Recorder.
> 2. Provide an appropriate name.
> 3. Click on "Add" (adjacent to Loggers).
> 4. Enter the Logger as "hudson.plugins.performance".
> 5. Set the Log level to "ALL".
> 6. Save.
>
>
> Kindly find the Logger configuration attached.
>
>
> Thanks for all the help.
>
>
>
> Regards,
> Ajith
>
>
>
> On Tuesday, 7 August 2018 10:16:53 UTC+5:30, Jan Monterrubio wrote:
>>
>> I can’t find anything super obvious from a quick glance at the code. Can 
>> you enable logging for: 
>> hudson.plugins.performance
>>
>>
>> Maybe it will show us how it’s evaluating whether there’s previous 
>> results or not. 
>>
>> Looks like the class where we might find what’s happening might be 
>>
>>
>> https://github.com/jenkinsci/performance-plugin/blob/master/src/main/java/hudson/plugins/performance/PerformancePublisher.java
>>
>>
>> On Mon, Aug 6, 2018 at 04:21 Ajith Raman  wrote:
>>
>>> Hi Jan,
>>>
>>> Thank you very much for the response. The plug-in used is 
>>> Performance.hpi (version - 2.1).
>>>
>>> Regards,
>>> Ajith
>>>
>>> On Sunday, 5 August 2018 09:20:27 UTC+5:30, Jan Monterrubio wrote:
>>>>
>>>> What plugin is generating the performance trends? 
>>>>
>>>> On Fri, Aug 3, 2018 at 3:06 PM Ajith Raman  wrote:
>>>>
>>>>> Hello,
>>>>> I run a Jmeter test via Jenkins. Please find below the commands used: 
>>>>> Execute Windows Batch command (Build): cd 
>>>>> C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin jmeter 
>>>>> -Jjmeter.save.saveservice.output_format=csv -n -t Sample_Framework.jmx -l 
>>>>> TestResults_%BUILD_NUMBER%.jtl -e -o 
>>>>> C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin\HTML_%BUILD_NUMBER% 
>>>>> Publish Performance Test result report (Post-Build Actions): 
>>>>> C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin\TestResults_${BUILD_NUMBER}.jtl
>>>>>  
>>>>> Now the execution completes successfully. But the Performance Trend 
>>>>> Graphs 
>>>>> are blank. Could you please help me on this? Note: All works fine, when 
>>>>> _${BUILD_NUMBER} is removed from the filename. Issue exists, only when 
>>>>> _${BUILD_NUMBER} is appended to the filename. Am performing this, in 
>>>>> order 
>>>>> to make the output files unique. 
>>>>> Thanks in Advance!!
>>>>>
>>>>> -- 
>>>>> 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/f87297df-97b4-4fe1-a857-c802dfcd225e%40googlegroups.com
>>>>>  
>>>>> <https://groups.google.com/d/msgid/jenkinsci-users/f87297df-97b4-4fe1-a857-c802dfcd225e%40googlegroups.com?utm_medium=email_source=footer>
>>>>> .
>>>>> 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-use...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-users/abe428d3-c392-4b24-b10c-7bd9c5cabc34%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/jenkinsci-users/abe428d3-c392-4b24-b10c-7bd9c5cabc34%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>> 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/650ee4c0-b60b-4769-a626-595ab0ccc801%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 <http://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 <http://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
>>  
>> <https://groups.google.com/d/msgid/jenkinsci-users/e266ce1c-e460-4fc0-9854-824c02e14266%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> 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 <http://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
>>>  
>>> <https://groups.google.com/d/msgid/jenkinsci-users/e266ce1c-e460-4fc0-9854-824c02e14266%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>> 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: Jmeter Test execution - Blank Performance Trend graphs

2018-08-07 Thread Ajith Raman
Hi Jan,



I did enable logging for "hudson.plugins.performance" (Logger level set to 
"ALL").

But the log is blank.


Please find below the steps performed (in order to enable logging):

1. Add a New Log Recorder.
2. Provide an appropriate name.
3. Click on "Add" (adjacent to Loggers).
4. Enter the Logger as "hudson.plugins.performance".
5. Set the Log level to "ALL".
6. Save.


Kindly find the Logger configuration attached.


Thanks for all the help.



Regards,
Ajith



On Tuesday, 7 August 2018 10:16:53 UTC+5:30, Jan Monterrubio wrote:
>
> I can’t find anything super obvious from a quick glance at the code. Can 
> you enable logging for: 
> hudson.plugins.performance
>
>
> Maybe it will show us how it’s evaluating whether there’s previous results 
> or not. 
>
> Looks like the class where we might find what’s happening might be 
>
>
> https://github.com/jenkinsci/performance-plugin/blob/master/src/main/java/hudson/plugins/performance/PerformancePublisher.java
>
>
> On Mon, Aug 6, 2018 at 04:21 Ajith Raman > 
> wrote:
>
>> Hi Jan,
>>
>> Thank you very much for the response. The plug-in used is Performance.hpi 
>> (version - 2.1).
>>
>> Regards,
>> Ajith
>>
>> On Sunday, 5 August 2018 09:20:27 UTC+5:30, Jan Monterrubio wrote:
>>>
>>> What plugin is generating the performance trends? 
>>>
>>> On Fri, Aug 3, 2018 at 3:06 PM Ajith Raman  wrote:
>>>
>>>> Hello,
>>>> I run a Jmeter test via Jenkins. Please find below the commands used: 
>>>> Execute Windows Batch command (Build): cd 
>>>> C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin jmeter 
>>>> -Jjmeter.save.saveservice.output_format=csv -n -t Sample_Framework.jmx -l 
>>>> TestResults_%BUILD_NUMBER%.jtl -e -o 
>>>> C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin\HTML_%BUILD_NUMBER% 
>>>> Publish Performance Test result report (Post-Build Actions): 
>>>> C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin\TestResults_${BUILD_NUMBER}.jtl
>>>>  
>>>> Now the execution completes successfully. But the Performance Trend Graphs 
>>>> are blank. Could you please help me on this? Note: All works fine, when 
>>>> _${BUILD_NUMBER} is removed from the filename. Issue exists, only when 
>>>> _${BUILD_NUMBER} is appended to the filename. Am performing this, in order 
>>>> to make the output files unique. 
>>>> Thanks in Advance!!
>>>>
>>>> -- 
>>>> 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/f87297df-97b4-4fe1-a857-c802dfcd225e%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/jenkinsci-users/f87297df-97b4-4fe1-a857-c802dfcd225e%40googlegroups.com?utm_medium=email_source=footer>
>>>> .
>>>> 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-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/abe428d3-c392-4b24-b10c-7bd9c5cabc34%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/jenkinsci-users/abe428d3-c392-4b24-b10c-7bd9c5cabc34%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> 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/0471cf2e-38e6-4212-b09d-de2a94f8bfe6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Logger_Config.docx
Description: MS-Word 2007 document


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.


Re: Jmeter Test execution - Blank Performance Trend graphs

2018-08-06 Thread Ajith Raman
Hi Jan,

Thank you very much for the response. The plug-in used is Performance.hpi 
(version - 2.1).

Regards,
Ajith

On Sunday, 5 August 2018 09:20:27 UTC+5:30, Jan Monterrubio wrote:
>
> What plugin is generating the performance trends? 
>
> On Fri, Aug 3, 2018 at 3:06 PM Ajith Raman  > wrote:
>
>> Hello,
>> I run a Jmeter test via Jenkins. Please find below the commands used: 
>> Execute Windows Batch command (Build): cd 
>> C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin jmeter 
>> -Jjmeter.save.saveservice.output_format=csv -n -t Sample_Framework.jmx -l 
>> TestResults_%BUILD_NUMBER%.jtl -e -o 
>> C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin\HTML_%BUILD_NUMBER% 
>> Publish Performance Test result report (Post-Build Actions): 
>> C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin\TestResults_${BUILD_NUMBER}.jtl
>>  
>> Now the execution completes successfully. But the Performance Trend Graphs 
>> are blank. Could you please help me on this? Note: All works fine, when 
>> _${BUILD_NUMBER} is removed from the filename. Issue exists, only when 
>> _${BUILD_NUMBER} is appended to the filename. Am performing this, in order 
>> to make the output files unique. 
>> Thanks in Advance!!
>>
>> -- 
>> 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/f87297df-97b4-4fe1-a857-c802dfcd225e%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/jenkinsci-users/f87297df-97b4-4fe1-a857-c802dfcd225e%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> 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/abe428d3-c392-4b24-b10c-7bd9c5cabc34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Jmeter Test execution - Blank Performance Trend graphs

2018-08-03 Thread Ajith Raman
Hello,
I run a Jmeter test via Jenkins. Please find below the commands used: 
Execute Windows Batch command (Build): cd 
C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin jmeter 
-Jjmeter.save.saveservice.output_format=csv -n -t Sample_Framework.jmx -l 
TestResults_%BUILD_NUMBER%.jtl -e -o 
C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin\HTML_%BUILD_NUMBER% 
Publish Performance Test result report (Post-Build Actions): 
C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin\TestResults_${BUILD_NUMBER}.jtl
 
Now the execution completes successfully. But the Performance Trend Graphs 
are blank. Could you please help me on this? Note: All works fine, when 
_${BUILD_NUMBER} is removed from the filename. Issue exists, only when 
_${BUILD_NUMBER} is appended to the filename. Am performing this, in order 
to make the output files unique. 
Thanks in Advance!!

-- 
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/f87297df-97b4-4fe1-a857-c802dfcd225e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.