I don't think it will work for Hudson as it was created after the split and uses features added after that point.
I cannot add any more than this as I have not used any version of Hudson after the split, or looked for the code. Chris On Monday, 18 February 2013 23:45:29 UTC, zw wrote: > > Hi Chris > > Would your plugin work for Hudson too ? > We tried and it didnt work. > > Thanks > > On Monday, April 30, 2012 5:55:16 AM UTC-7, cjo wrote: >> >> >> If you just want to remove the junction points between triggering a build >> and the checkout from SCM, >> You can use the pre-scm-buildstep plugin[1] which allows you to run most >> build steps at this point, including windows batch scripts. >> >> >> You could also use the post-build step, which should always run >> regardless of the result of the build, >> for more freedom at this point consider using the flexible publish plugin >> (use the always condition) and anybuildstep plugins to allow buildsteps to >> be run at this point. >> >> [1] https://wiki.jenkins-ci.org/display/JENKINS/pre-scm-buildstep >> [2] https://wiki.jenkins-ci.org/display/JENKINS/Post+build+task >> [3] https://wiki.jenkins-ci.org/display/JENKINS/Flexible+Publish+Plugin >> [4] https://wiki.jenkins-ci.org/display/JENKINS/Any+Build+Step+Plugin >> >> Chris >> >> -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
