|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/d/optout.

Code changed in jenkins
User: Oleg Nenashev
Path:
src/main/java/hudson/scm/SubversionSCM.java
src/main/resources/hudson/scm/subversion/Messages.properties
http://jenkins-ci.org/commit/subversion-plugin/9ea9dd80de5e01e713f9bfef6c0080f667a72d6d
Log:
[FIXED JENKINS-24341] - Check if the project can be disabled before the disabling
The change call the AbstractProject::supportsMakeDisabled() before calling AbstractProject::makeDisabled()
Signed-off-by: Oleg Nenashev <[email protected]>