Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
Description
This bug is a follow-up to the discussion is https://github.com/jenkinsci/matrix-project-plugin/pull/5
In my case it causes JENKINS-19179 for Matrix projects when jobs use Subversion SCM (JENKINS-24341)
Attachments
Issue Links
- is related to
-
JENKINS-24341 Subversion disables projects, which do not support the disabling
-
- Resolved
-
-
JENKINS-19179 Matrix sub-jobs get disabled
-
- Resolved
-
Code changed in jenkins
User: Oleg Nenashev
Path:
core/src/main/java/hudson/model/AbstractProject.java
http://jenkins-ci.org/commit/jenkins/1b0d8fb63aa98a666f656a60c4c6802c6d023dba
Log:
[FIXED JENKINS-24340] - Do not disable jobs if supportsMakeDisabled() returns false
This changes prevents the improper usage of method without the preliminary supportsMakeDisabled() check.
As an example, Subversion plugin behaves in such way (
JENKINS-24341)Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
(cherry picked from commit a78f1d3246cfdbee96820d5629dbb8676a3ca19a)