Re: email-ext - jelly script example for matrix job

2017-05-23 Thread seckler
Hi, I've *attached* a file, that is somewhat similar to the file in the wiki (https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin#Email-extplugin-TemplateExamples). Difference is, that it gets the axes from the job automatically and works with an arbitrary number of axes. Best, Steffen

Re: email-ext - jelly script example for matrix job

2015-04-03 Thread Kushal Gangan
Hi Doug, Could you please paste that template over here ? As i am not able to get it from the git repo shared by you. Thanks, Kushal Gangan On Monday, 19 March 2012 19:55:07 UTC+5:30, dpreilan wrote: > > Sure. I am not really a java or groovy coder so I am sure there are > ways to improve th

Re: email-ext - jelly script example for matrix job

2012-03-19 Thread dpreilan
Glad I could give back. Thanks for the plugin. On Mar 19, 11:26 am, Slide wrote: > This is awesome. Thanks for sharing! I've heard of several people who would > like to do something like this. I'll try and add it to the wiki for > email-ext. > > slide > > > > > > > > > > On Mon, Mar 19, 2012 at 7

Re: email-ext - jelly script example for matrix job

2012-03-19 Thread Slide
This is awesome. Thanks for sharing! I've heard of several people who would like to do something like this. I'll try and add it to the wiki for email-ext. slide On Mon, Mar 19, 2012 at 7:25 AM, dpreilan wrote: > Sure. I am not really a java or groovy coder so I am sure there are > ways to impro

Re: email-ext - jelly script example for matrix job

2012-03-19 Thread dpreilan
Sure. I am not really a java or groovy coder so I am sure there are ways to improve this code. To explain, the job and email. I have matrix jobs that build for various 'toolchains' and architectures (ia32, x86_64, and ia64). I created generic axis names (AXIS1, and AXIS2) because of some unique nam

Re: email-ext - jelly script example for matrix job

2012-03-15 Thread Slide
Can you post your template for posterity? On Mar 15, 2012 2:51 PM, "dpreilan" wrote: > I decided to code this as a groovy script and invoke in the content > section. For example: > ${SCRIPT,template="my-matrix-build-msg.template"} > > Slide, I looked back on some information you gave me last year

Re: email-ext - jelly script example for matrix job

2012-03-15 Thread dpreilan
I decided to code this as a groovy script and invoke in the content section. For example: ${SCRIPT,template="my-matrix-build-msg.template"} Slide, I looked back on some information you gave me last year. Thanks again! I just had to work my way thru understanding jenkins objects. Doug On Mar 13,

Re: email-ext - jelly script example for matrix job

2012-03-13 Thread Slide
There is already an issue filed for something like this, I don't believe its currently doable. On Mar 13, 2012 8:25 AM, "dpreilan" wrote: > I want to extend my email-ext template to report more meaningful > reports for some matrix jobs > > In addition, I want to change so instead of a bunch of se

email-ext - jelly script example for matrix job

2012-03-13 Thread dpreilan
I want to extend my email-ext template to report more meaningful reports for some matrix jobs In addition, I want to change so instead of a bunch of separate emails (12 in my case) for each matrix, 1 email from 'parent' job that contains status and information for the individual matrix runs. Anyb