|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-15976) Provided maven setti... [email protected] (JIRA)

Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
src/main/resources/org/jenkinsci/plugins/configfiles/maven/job/MvnGlobalSettingsProvider/config.jelly
src/main/resources/org/jenkinsci/plugins/configfiles/maven/job/MvnSettingsProvider/config.jelly
src/test/java/org/jenkinsci/plugins/configfiles/maven/job/MvnSettingsProviderTest.java
http://jenkins-ci.org/commit/config-file-provider-plugin/40c66e9aeb51afd33999145437feb4c1c755bacb
Log:
[FIXED JENKINS-15976]
"it" refers to the object that owns the page, such as FreeStyleProject.
So a small object like SettingsProvider that contributes to those big
guys should refer to itself as 'instance', not via 'it'.
Also added a regression test case.
Compare: https://github.com/jenkinsci/config-file-provider-plugin/compare/05f431815f32...40c66e9aeb51