I am testing a local version of Jenkins. All in the latest possible version. I installed the GitHub Pull Request Builder, but I can not get it to report the build status back to GitHub and update the PR using SUCCESS, FAILURE or ERROR.
I have completed the following steps:
- Jenkins Management> System Setup> Github Pull Request Builder: I added my credentials and successfully completed all the tests:
- Check basic connection to GitHub -> works
- Test permissions for the repository -> works
- Testing adding a comment to Pull Request → works
- Check update commit status → works
Then I created a new task with the following settings:

However, I cannot get Jenkins to update GitHub PR when building at all. The string is correctly reported as success or failure in Jenkins, but nothing returns it to GitHub.
Please note that I create manually, and not through "Use github hooks to run the build." I guess it doesn't matter?
Jonob source share