-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 1.590, Pre SCM BuildStep Plugin version .3
I've setup a project where I use the Pre SCM BuildStep plugin to perform a TFS merge from one branch to another branch. The problem is that the script executes at roughly the same time as the Jenkins SCM code pull (using TFS). This causes the previous version of the code to be pulled instead of the most recently merged code.
The SCM should execute AFTER any scripts finish running.