Includ build history of another build in email?

2016-02-25 Thread John Lussmyer
We have a large project that has 2 separate Jenkins builds. The first is the dev build that compiles/tests, this is triggered by SCM changes. The second is the Installer builder, which is manually triggered. Is there a plugin that will let the Installer build include the SCM change history of

Re: Includ build history of another build in email?

2016-02-25 Thread Slide
I've done this using email-ext and a groovy template. It would allow you to use the Jenkins API to access the other build's information. On Thu, Feb 25, 2016 at 3:03 PM John Lussmyer wrote: > We have a large project that has 2 separate Jenkins builds. > The first is the