github-plugin icon indicating copy to clipboard operation
github-plugin copied to clipboard

Jenkins GitHub plugin

Results 149 github-plugin issues
Sort by recently updated
recently updated
newest added

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...

imported-jira-issue
component:github-plugin
priority:major
resolution:unresolved

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...

imported-jira-issue
component:github-plugin
priority:major
resolution:unresolved

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...

imported-jira-issue
component:github-plugin
priority:critical
resolution:unresolved

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...

imported-jira-issue
component:github-plugin
priority:major
resolution:unresolved

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...

imported-jira-issue
component:github-plugin
priority:major
resolution:unresolved
component:pipeline-github-plugin

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...

imported-jira-issue
component:github-plugin
priority:minor
resolution:unresolved
component:github-api-plugin

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...

imported-jira-issue
component:github-plugin
priority:minor
resolution:unresolved

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...

imported-jira-issue
component:github-plugin
priority:minor
resolution:unresolved

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...

imported-jira-issue
component:github-plugin
priority:minor
resolution:unresolved

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...

imported-jira-issue
component:github-plugin
priority:major
resolution:unresolved