Re: Add programmatically prebuildStep in my buildWrapper

2017-07-16 Thread Oleg Nenashev
Hello, Note that this method runs after the SCM checkout, which probably does not comply with your expectations. You could use preCheckout() instead

Add programmatically prebuildStep in my buildWrapper

2017-07-12 Thread Jean Charles Jabouille
Hi, my plugin class extends hudson.tasks.BuildWrapper. When I activate my plugin in an job, I d'like to add programmatically a prestep(and maybe a recorder). Maybe the good place to do it is in the method ? @Override public Environment setUp(AbstractBuild build, Launcher launcher, Build