Re: How to hook pre-build?

2014-04-25 Thread Mads Nielsen
Alternatively, you could check out the BuildWrapper extension point: http://javadoc.jenkins-ci.org/hudson/tasks/BuildWrapper.html and use the *setUp(AbstractBuild, Launcher, BuildListener) http://javadoc.jenkins-ci.org/hudson/tasks/BuildWrapper.html#setUp(hudson.model.AbstractBuild,

How to hook pre-build?

2014-04-24 Thread Christopher Ambler
Greetings! I am using the hue-light plugin. One thing it does is hook the prebuild() event to turn a light blue when a build kicks off. Not only does this appear to not work with Maven projects, but it also has a compilation error with the latest libraries. I'm told it's a deprecated