Re: Jenkins Email Notifications

2015-07-04 Thread Christian Flamm
Hi, thx, did that already. What I liked was how easy it is to send an email to the person responsible for the first build break in an row. That works great. What I didn't like was how well it worked to send a "back to stable" email to that person again. It seemed to have trouble determining th

Re: Jenkins Email Notifications

2015-07-04 Thread Slide
You could check out the email-ext plugin. I has a lot of configurability. On Sat, Jul 4, 2015 at 12:24 PM Christian Flamm < christian.le.fl...@gmail.com> wrote: > Hi Jacek, > > I absolutely agree with the two points you brought up. Having Jenkins > notification behavior like this is IMHO a very r

Re: Jenkins Email Notifications

2015-07-04 Thread Christian Flamm
Hi Jacek, I absolutely agree with the two points you brought up. Having Jenkins notification behavior like this is IMHO a very reasonable standard setting for many situations. I just wonder why I can't seem to configure the behavior to whatsoever I believe is necessary. I mean.. there are check

Re: Jenkins slave appear offline - SSHLauncher threads BLOCKED

2015-07-04 Thread Kanstantsin Shautsou
> > > If anyone else is interested, we will be releasing our scalability test > harness (actually I will be ripping the bottom out of the acceptance test > framework and putting the scalability harness in its place... But the > harness is also useful for scalability testing). We will also be pu

Re: M2 Release Plugin - MAVE_OPTS not picked up and getting java.lang.OutOfMemoryError: PermGen space

2015-07-04 Thread James Nord
Environment variables are not used as Jenkins does not run the maven helper shell but stats maven diretly with some trickery via java, you will need to specify the MAVEN_OPTS in the advanced section (IIRC) of the maven configuration for the job - or specify the arguments directly on the releas