[
https://issues.jenkins-ci.org/browse/JENKINS-12487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sogabe reassigned JENKINS-12487:
--------------------------------
Assignee: sogabe
> 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