Multiple repositories and getting the URL that changed

2016-08-29 Thread Philippe Payant
My project has three SVN repositories (the repo refers to two external repos, for a total of three). The build triggers on a change within any of these repos. I want my email extension script to be able to tell which repo changed. I have access to SVN_URL_x and SVN_REVISION_x (where x is 1, 2

Re: Subversion comment to email subject

2015-10-15 Thread Philippe Payant
comments inline > > > On Wed, Oct 14, 2015 at 1:08 PM Philippe Payant <philth...@gmail.com > > wrote: > >> Yes, I see this is another alternative, and it is even simpler than a >> pre-send script. I would like to do that. >> >> Can you clarify some detail

Re: Subversion comment to email subject

2015-10-14 Thread Philippe Payant
the info and returned it as a > string. Email-ext would then take care of putting the correct text in. You > don't need to do it via a pre-send script. > > On Wed, Oct 14, 2015 at 12:31 PM Philippe Payant <philth...@gmail.com > > wrote: > >> Your suggestion l

Re: Subversion comment to email subject

2015-10-14 Thread Philippe Payant
//javadoc.jenkins-ci.org/ On Tuesday, October 13, 2015 at 11:07:55 AM UTC-4, slide wrote: > > Are you using email-ext or Mailer? If using email-ext, you could use a > SCRIPT token and have a groovy script that grabs anything you want from the > build. > > On Tue, Oct 13, 2015 at 7:

Subversion comment to email subject

2015-10-13 Thread Philippe Payant
Given that a Subversion comment contains a Bugzilla bug number, for example: Fix Hoopla bug in the "easy" mode. Bug 9413 I would like the "build succesful" email to be something like: "MyProduct: build successful - bug 9413" For bonus points, I would actually like the subject to contain the