Branch: refs/heads/master
Home: https://github.com/jenkinsci/config-file-provider-plugin
Commit: ec92802e36887e9fa76e90254d95a4b644ceb7d2
https://github.com/jenkinsci/config-file-provider-plugin/commit/ec92802e36887e9fa76e90254d95a4b644ceb7d2
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/configfiles/maven/AbstractMavenSettingsProvider.java
Log Message:
-----------
simplification
Commit: 40c66e9aeb51afd33999145437feb4c1c755bacb
https://github.com/jenkinsci/config-file-provider-plugin/commit/40c66e9aeb51afd33999145437feb4c1c755bacb
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M
src/main/resources/org/jenkinsci/plugins/configfiles/maven/job/MvnGlobalSettingsProvider/config.jelly
M
src/main/resources/org/jenkinsci/plugins/configfiles/maven/job/MvnSettingsProvider/config.jelly
A
src/test/java/org/jenkinsci/plugins/configfiles/maven/job/MvnSettingsProviderTest.java
Log Message:
-----------
[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