Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-12487

Global configuration not saved since Jenkins 1.445

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • github-plugin
    • None
    • Jenkins 1.448
      Github plugin 1.0

      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:

        "com-cloudbees-jenkins-GitHubPushTrigger": {"hookMode": {"value": "auto"}, "hookUrl": {"url": "http://bacons.ddojp/github-webhook/"}, "credentials": {"username": "ssogabe", "password": "XXXXXX"}}}
      

      1.448

        "com-cloudbees-jenkins-GitHubPushTrigger": {"hookMode": {"value": "auto", "hookUrl": {"url": "http://bacons.ddojp/github-webhook/"}, "credentials": {"username": "ssogabe", "password": "XXXXX"}}}}
      

            sogabe sogabe
            sogabe sogabe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: