Hi Alex,
I feared this answer.;-)
OK, so I have to dig into this.
Thanks for your hard work on the plugin!
Dirk
2013/1/11 Slide
> In my opinion the tokens are only useful up to a certain point. My
> recommendation to people is to start using the Groovy templates more. You
> can interact with
In my opinion the tokens are only useful up to a certain point. My
recommendation to people is to start using the Groovy templates more. You
can interact with the Jenkins classes and get pretty much any information
you want without having to have a new feature added to the plugin.
slide
On Fri,
Hi,
as my developers keep asking about this I am re-sending my question.
If a long-running test job is started after 2 or more faster compiles went
through, I am only getting the changes for the last compile inside the
email (with email-extension plugin). What I would like to have instead are
the
Hi,
I have a compile job that runs continuously triggered by SCM which starts
about 40 or 50 test jobs after successful compilation.
I am printing the changes since last success (coming from the upstream
compile job) of a test job which is run after a compile job like this:
${CHANGES_SINCE_LAST_SU