Re: Email Extension Plugin - "groovy.lang.MissingPropertyException: No such property:" exception when trying to print the message contents

2016-10-13 Thread Adri CS
ROJECT_DEFAULT_CONTENT}"); > > On Thu, Oct 13, 2016, 06:44 Adri CS > > wrote: > >> Dear all, >> >> In a project, I'm trying to access to the message contents in the >> *Pre-send script.*I'm trying to add those contents to the log. >> >&

Email Extension Plugin - "groovy.lang.MissingPropertyException: No such property:" exception when trying to print the message contents

2016-10-13 Thread Adri CS
Dear all, In a project, I'm trying to access to the message contents in the *Pre-send script.*I'm trying to add those contents to the log. I've set up the message type directly to *text/plain* and specified the *Default Contents* to a string (let's say: "ABCDEF"). So in the *Pre-send script,*

Re: Execute action on build deletion

2016-10-13 Thread Adri CS
hink this is a matter of context. That has to be like a "system" groovy > script. > > Also, if that doesn't work, you should probably just create a plugin. You > have already written what you need, and that will let you manage it > cleanlier (writing tests, versioni

Execute action on build deletion

2016-09-06 Thread Adri CS
Hi, I have a parametrized job that spawns Docker containers when it's running. This job is configured to store only the 10 most recent runs. I would like to have the containers running for as long as the run that spawned them is stored in Jenkins. So, the idea would be having something like a L