Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: git-plugin
-
Labels:None
-
Environment:Jenkins 1.401 on Mac OS X 10.6.6
Description
When entering something for user.name and user.email settings in system or job configuration, those values are not stored when clicking the save button. Other settings are retained correctly.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Code changed in jenkins
User: Andrew Bayer
Path:
src/main/java/hudson/plugins/git/GitSCM.java
src/main/resources/hudson/plugins/git/GitSCM/config.jelly
http://jenkins-ci.org/commit/git-plugin/a85452d04a0cfe1d0609ffa0dc4956a914d7f07e
Log:
[FIXED JENKINS-9071] git config options for email and user name now save properly.