-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
The new called processWorkspaceBeforeDeletion(...) SCM callback should also be
called when a project is manually deleted or renamed (and even if it is running
on the master)
Otherwise ClearCase (and others) don't get a change to cleanup.
If this callback cannot be used because of the veto ability a new one should be made
Code changed in hudson
User: : kohsuke
Path:
trunk/hudson/main/core/src/main/java/hudson/model/AbstractProject.java
trunk/hudson/main/test/src/test/java/hudson/scm/ScmTest.java
trunk/www/changelog.html
http://fisheye4.cenqua.com/changelog/hudson/?cs=11917
Log:
[FIXED JENKINS-2271] SCM.processWorkspaceBeforeDeletion should be called before project deletion.