Hi all,
I have looked through all of the existing plugins and could not find
one that would let me run a build step before the SCM does its check,
so noticing that the buildwrapper has a preCheckout method, I have
created a simple plugin to allow any build steps to run at this point.
I hope this will be of use to other people.
Can I request forking of the plugin from
https://github.com/cjo9900/preSCMbuildstep-plugin
along with a rename to pre-scm-buildstep-plugin as i think it more in-
line with the rest of the plugin naming scheme.
I have created a sample wiki page for the plugin at
https://wiki.jenkins-ci.org/display/~cjo9900/pre-scm-buildstep-plugin
to cover the main usage points.
Any comments are more than welcome,
My Jenkins and github user names are both cjo9900
Thanks