Re: Branch-specific e-mail recipients?

2013-10-28 Thread blaz
You can use property expression in mailing recipients field. If you combine this feature with Token Macro Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin) you should be able to retrieve recipient list from property file under source control. -- You received this message b

Re: Branch-specific e-mail recipients?

2013-10-25 Thread teilo
Hi Chris, The best practice approach is to have a single job per branch. This not only solves your problem but your trend reports will then have some form of linear code progression contained within them rather than jumping all over the shop. So you are probably trying to fix something that isn

Branch-specific e-mail recipients?

2013-10-25 Thread Chris Warren
I've got a build job that will build any branch in a repository where new changes are seen. I'd like to let the users specify lists of e-mail recipients on a per-branch basis, so that the right people get news about their branch's build. My first thought was that this could be done with a confi