-
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
[JENKINS-2271] processWorkspaceBeforeDeletion(...) or similar should be called on manual delete and rename
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 132344 ] | New: JNJira + In-Review [ 201337 ] |
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.