|
||||||||
|
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/matrix/MatrixConfiguration.java
src/main/resources/hudson/matrix/Messages.properties
http://jenkins-ci.org/commit/matrix-project-plugin/fe786b4b47e8137f538e451a3ed888ace5e85780
Log:
[FIXED JENKINS-19179] - Prevent the disabling of Matrix Configurations
This change blocks calls, which try to disable matrix configurations.
MatrixConfiguration::isDisabled() always returns the parent's value.
Signed-off-by: Oleg Nenashev <[email protected]>