github-plugin
github-plugin copied to clipboard
Jenkins GitHub plugin
running Jenkins PR coverage plugin and observing the log output below coming from github-plugin. Issue I am seeing is my Github PAT token is getting disabled. however this action output...
I cannot configure one job (maven project) to access my private gitHub repository. I always get the following error (see attachment). I tried user/pass and ssh credentials. My private repo...
Hi, When we configure the webhook on the GitHub side with "Let me select individual events and have the event selection only "Branch or tag creation(Branch or tag created), the...
Copied from https://github.com/jenkinsci/pipeline-github-plugin/issues/88 Getting `org.eclipse.egit.github.core.client.RequestException: Validation Failed (422): line required and an integer greater than zero` The method documentation has a lineNumber parameter (https://github.com/jenkinsci/pipeline-github-plugin#adding-a-review-comment) while the code(https://github.com/jenkinsci/pipeline-github-plugin/blob/master/src/main/java/org/jenkinsci/plugins/pipeline/github/PullRequestGroovyObject.java#L676-L679) has a position...
We have the following branches in our repository: `v4.2` and `v5.0`. Each branch has two builds (for linux and windows). When a PR is merged to the `v4.2` branch, the...
We have: Github enterprise instance with configure webhook that triggers builds on Jenkins. Jenkins job is Matrix job with 4 combinations of parameters. It has a post-build action: Flexible publish...
[JENKINS-62770] Add option to disable SSL certificate checks when managing Github hooks from Jenkins
Summary: managing webhooks on Github Enterprise from Jenkins fails because of self-signed certificate, installed on Jenkins host. Details. My Jenkins runs behind Nginx with self-signed outdated SSL certificate. I'm trying...
In a situation where Github API calls are exhausted (rate limited), Github plugin will claim to have set a git commit status when it was unable to. In such a...
If you have CSRF checking turned on in Global Security Settings: And you have the Github webhook URL overridden in Jenkins Settings: Then each webhook payload will hit a CSRF...
Jenkins GitHub plugin requires a user with administration access to manage hooks: ``` "There is no credentials with admin access to manage hooks on GitHubRepositoryName[host=example.org,username=username,repository=repository]" ``` Such approach does not...