github-plugin
github-plugin copied to clipboard
Jenkins GitHub plugin
The release notes for 1.10 github plugin mention that it now supports variable substitution. But that seems not to work, at least for the value of "JOB_NAME" We name our...
I have several private GitHub repos that I need to build. I'm using deployment keys and a config file for SSH to let the Jenkins user know what key to...
When using Github SCM over SSH with polling, you must manually go into the work space and initiate the first "git fetch" so that the host is identified. It would...
Bring support to the jenkins.hook.url system property used by GitHub Branch Source. Perhaps as a default value. Or as an enforced value. Reference: https://github.com/jenkinsci/github-branch-source-plugin/blob/1810.v913311241fa_9/src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubOrgWebHook.java#L51-L54 https://issue-redirect.jenkins.io/issue/58942 Workaround Configure GitHub Plugin explicitly...
On the page administrativeMonitor/GitHubHookRegisterProblemMonitor/ there is a list of repositories which have issues with their webhooks. It would be useful if either you could attempt re-registering all hooks listed on...
The Github plugin currently validates received webhooks using the legacy sha-1 HMAC. The plugin should migrate to use the X-Hub-Signature-256 header and the SHA256 HMAC. See https://docs.github.com/en/webhooks/using-webhooks/validating-webhook-deliveries for details. ---...
Overall/Administer permission is currently needed to setup GitHub Servers. Based on JEP-223, this operation does not allow users to escalate permissions and it's not related to security, so it qualifies...
Apologies if I've missed this issue, I did search. Currently in order to use the GitHub plugin, a user must supply their personal access token, however those tokens are designed...
hi, Would it be possible to have information coming from the GitHub payload to be exported as environment variables? Similar to what the GitLab plugin is doing. It would allow...