[
https://issues.jenkins-ci.org/browse/JENKINS-12487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=158634#comment-158634
]
SCM/JIRA link daemon commented on JENKINS-12487:
------------------------------------------------
Code changed in jenkins
User: Seiji Sogabe
Path:
pom.xml
src/main/java/com/cloudbees/jenkins/GitHubPushTrigger.java
http://jenkins-ci.org/commit/github-plugin/64482a8ab8492ccc4c3e6d7dfd723e7cbb593847
Log:
Merge pull request #11 from ssogabe/JENKINS-12487
[FIXED JENKINS-12487] Global configuration not saved since Jenkins 1.445
> 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
>
> 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