[
https://issues.jenkins-ci.org/browse/JENKINS-12487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=158832#comment-158832
]
dogfood commented on JENKINS-12487:
-----------------------------------
Integrated in !http://ci.jenkins-ci.org/images/16x16/blue.png!
[plugins_github-plugin
#536|http://ci.jenkins-ci.org/job/plugins_github-plugin/536/]
[FIXED JENKINS-12487] Global configuration not saved since Jenkins 1.445
(Revision 685f5b6f3f8fdd7539778dc66f6ced2345ae6eb6)
Result = SUCCESS
Seiji Sogabe :
[685f5b6f3f8fdd7539778dc66f6ced2345ae6eb6|https://github.com/jenkinsci/github-plugin/commit/685f5b6f3f8fdd7539778dc66f6ced2345ae6eb6]
Files :
* pom.xml
* src/main/java/com/cloudbees/jenkins/GitHubPushTrigger.java
> Global configuration not saved since Jenkins 1.445
> --------------------------------------------------
>
> Key: JENKINS-12487
> URL: https://issues.jenkins-ci.org/browse/JENKINS-12487
> Project: Jenkins
> Issue Type: Bug
> Components: github
> Environment: Jenkins 1.448
> Github plugin 1.0
> Reporter: sogabe
> Assignee: sogabe
>
> Since Jenkins 1.445, Global configurations of this plugin (hookurl,
> credentials ...) are not saved collectly.
> Json in 1.448, which is sent to server is diffrent from the one in 1.444.
> 1.444:
> {code}
> "com-cloudbees-jenkins-GitHubPushTrigger": {"hookMode": {"value": "auto"},
> "hookUrl": {"url": "http://bacons.ddojp/github-webhook/"}, "credentials":
> {"username": "ssogabe", "password": "XXXXXX"}}}
> {code}
> 1.448
> {code}
> "com-cloudbees-jenkins-GitHubPushTrigger": {"hookMode": {"value": "auto",
> "hookUrl": {"url": "http://bacons.ddojp/github-webhook/"}, "credentials":
> {"username": "ssogabe", "password": "XXXXX"}}}}
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira