Hi Simon,
thank's for the pointer.  Yes, RunListener would work for me, too.
But because I want to give my builds their own Env, I guess a BuildWrapper is 
more appropriate.
Regards,
-Max


On 03/15/2012 12:16 PM, Simon Wiest wrote:
Hi Max,

did you already look into the RunListener 
(http://javadoc.jenkins-ci.org/hudson/model/listeners/RunListener.html)?

Cheers,
Simon.
--
Max Spring (15.03.2012 19:31):
Hi Jesse,
yes, I agree with you. I just haven't found a better way.
All I want is to get notified when a build which my code started finishes.
The build wrapper gives me that functionality.
I'd be happy to learn about a better way doing the same.
Regards,
-Max


On 03/15/2012 09:33 AM, Jesse Farinacci wrote:
Greetings,

On Thu, Mar 15, 2012 at 12:21 PM, Max Spring<[email protected]>
wrote:
I'm now adding my wrapper to the wrapper list of the respective project
(Project.getBuildWrappersList()), if it's not already there, at the time
when I start the job.

While this may work, I don't think this is a good thing..

-Jesse


Reply via email to