recipients aren't saved at Jenkins jobs.

2014-02-10 Thread Ethan Hemo
Hi all, After i save recipients at the email notification, it seems to disappear. When there is already recipients and i am trying to add more, it goes back to the original settings. When i have looked at the log of jenkins i seen the following message: Feb 10, 2014 10:02:07 AM WARNING org.kohsuk

Re: Using CLI with Nginx behind Jenkins

2014-02-10 Thread mpapo - Michaël Pailloncy
Hi, Thanks to share your config. However, we would like to keep reverse proxy configuration for maintenance convenience. Another idea why CLI doesn't work with Jenkins behind a reverse proxy ? Le vendredi 7 février 2014 23:55:16 UTC+1, Craig Rodrigues a écrit : > > > > > On Fri, Feb 7, 2014 at

Re: Using CLI with Nginx behind Jenkins

2014-02-10 Thread mpapo - Michaël Pailloncy
The bug is already tracked : https://issues.jenkins-ci.org/browse/JENKINS-16345 Sorry for the noise. Michaël Le lundi 10 février 2014 11:48:02 UTC+1, mpapo - Michaël Pailloncy a écrit : > > Hi, > > Thanks to share your config. > However, we would like to keep reverse proxy configuration for ma

Re: recipients aren't saved at Jenkins jobs.

2014-02-10 Thread Slide
I think there is an issue in jira for this already. On Feb 10, 2014 1:34 AM, "Ethan Hemo" wrote: > Hi all, > > After i save recipients at the email notification, it seems to disappear. > When there is already recipients and i am trying to add more, it goes back > to the original settings. > When

Re: recipients aren't saved at Jenkins jobs.

2014-02-10 Thread Slide
Yes, there is a JIRA for it. https://issues.jenkins-ci.org/browse/JENKINS-19194 On Mon, Feb 10, 2014 at 4:57 AM, Slide wrote: > I think there is an issue in jira for this already. > On Feb 10, 2014 1:34 AM, "Ethan Hemo" wrote: > >> Hi all, >> >> After i save recipients at the email notificatio

How to find out why a test was skipped

2014-02-10 Thread Robert Krüger
Hi, I managed to get Jenkins to work with Gradle and TestNG and create reports using the testng plugin but now I need to find out why many of my tests are skipped. Usually this is caused by stuff like Exceptions in setup methods or data providers but I cannot see the console output or the stacktra

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-10 Thread Slide
Sorry, that was a reply to the wrong mailing list. Was doing things too early in he morning or too late at night. On Sun, Feb 9, 2014 at 9:42 PM, Anand Raja.K wrote: > > Hi Slide, > > Thanks for the information, Im not sure where to change the code. Can you > please guide to do so. > I have sea

Re: recipients aren't saved at Jenkins jobs.

2014-02-10 Thread Ethan Hemo
Oh, i have seen couple of bugs that were resolved about it, haven't seen that one. Thank you :) On Monday, February 10, 2014 2:42:57 PM UTC+2, slide wrote: > > Yes, there is a JIRA for it. > https://issues.jenkins-ci.org/browse/JENKINS-19194 > > > On Mon, Feb 10, 2014 at 4:57 AM, Slide >wrote:

Re: Slow Email Send from Jenkins

2014-02-10 Thread Brian Lee
At peak frustration I started looking at the Symantec software running on the sending box, and came across "Enable Email Auto-Protect" in the Symantec Virus and Spyware settings. When that is enabled, the delay happens. Disabled, the email send is instant. On Monday, February 3, 2014 4:49:14 P

Re: How to find out why a test was skipped

2014-02-10 Thread Nalin
Tests skip for two reasons when using TestNG. 1. The test explicitly throws SkipException because it isn’t implemented 2. Another test or configuration method (@BeforeMethod etc) that the test depends on failed. You should look for failures in other tests and configuration methods that the test

Re: Slow Email Send from Jenkins

2014-02-10 Thread Slide
I really hate those type of programs, but glad you got it solved, or pseudo-solved anyway. On Mon, Feb 10, 2014 at 7:34 AM, Brian Lee wrote: > At peak frustration I started looking at the Symantec software running on > the sending box, and came across "Enable Email Auto-Protect" in the > Symant

Re: How to find out why a test was skipped

2014-02-10 Thread Robert Krüger
On Mon, Feb 10, 2014 at 4:28 PM, Nalin wrote: > Tests skip for two reasons when using TestNG. > > 1. The test explicitly throws SkipException because it isn’t implemented > 2. Another test or configuration method (@BeforeMethod etc) that the test > depends on failed. > > You should look for failur

Re: How to find out why a test was skipped

2014-02-10 Thread Nalin
TestNG plugin doesn’t capture output like the inbuilt junit plugin. But you should be able to look at the class level results in TestNG plugin report where the test failed to see if the failed configuration is mentioned there. Also, it’s best to implement a listener which runs on test/config f

hudson.model.WorkspaceCleanupThread.disabled=true doesn't work - any workaround ?

2014-02-10 Thread mpc8250
Hi All We tried setting hudson.model.WorkspaceCleanupThread.disabled=true but the jobs's workspaces keep getting wiped out. The jobs configurations do not use clean wipeout workspace option. Is there a workaround to stop this daily cleaning up ? Any job configuration xml file we can modify or ste

How to set Jenkins/Hudson logging ?

2014-02-10 Thread mpc8250
Hi All We are experiencing workspace wipeout. How do we set Jenkins/Hudson logging so that we may know when the wipeout occurs ? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

JNLP crash on slave

2014-02-10 Thread Irfan Sayed
hello, on one of my slave node which was connected through JNLP on command line with jenkins server. i got following crash report does someone know about this ? please suggest [ 0x] [ 0x8880] - 244 (0x14aae8e0) [00|

Re: hudson.model.WorkspaceCleanupThread.disabled=true doesn't work - any workaround ?

2014-02-10 Thread Baptiste Mathus
Hi, you should crawl the archive about this subject. I remember a discussion about that maybe year ago or so. Btw, send weird at first sight you're talking about a daily wipeout. From what I remember (cannot check the code now 'cause offline), the default wipeout is more something like after 30 da