|
||||||||
|
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: Stephen Connolly
Path:
src/main/resources/jenkins/branch/MultiBranchProject/configure.jelly
http://jenkins-ci.org/commit/branch-api-plugin/d269396e18ed93487996e789361d4e1bb1c913fc
Log:
[FIXED JENKINS-21399] Job Properties should not be exposed for MultiBranchProject instances as MultiBranchProject does not inherit from Job...
A side effect is that we need a MultiBranchProperty that is distinct from the BranchProperty (i.e. JENKINS-22242)
A second side effect is that we need a concrete version of that class that implements the Project Based Access Control functionality (i.e. JENKINS-22243)