Iristyle edited a comment on Bug JENKINS-10405

I can confirm the same issue with GitHub OAuth enabled.

It appears the crux of this issue is when non-standard Jenkins authentication methods are being used.

Not even sure you can work around this here – but some notes in the docs might be helpful.

What I tried to based on above comments was

  • Change the 'Override Hook URL' for the 'GitHub Web Hook' to use `https://user:to...@buildserver.com/github-webhook/` (this only affects new projects)
  • Created a new job, pointed it at a GitHub repo – the new style url did persist at GitHub, so that part is working.

However, it still didn't work. So I followed the above notes –

It would appear that the missing piece to making this work is to update the hook on the GitHub side to handle the credentials properly like 'WebHook URL' does.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to