github-plugin
github-plugin copied to clipboard
Jenkins GitHub plugin
When using the GitHubCommitStatusSetter in conjunction with GitHub-Folder, GitHub Enterprise, and pipeline, the results are not as expected. First tests using the examples from the plugin page didn't lead to...
Pipeline build fails during permissions check (with trust level set to "From users with Admin or Write permission"). Seems to be caused by the git commit user.name not being a...
The wiki page (https://wiki.jenkins.io/display/JENKINS/Github+Plugin) includes two examples of how to use the GitHubCommitStatusSetter that both include a use of the errorHandlers parameter, but as far as I can tell, none...
Our users were reporting that several PR's across a number of different repositories were not being built by Jenkins. Our Webhooks are setup manually and we use Organization Folders as...
Under GitHub Pull Request Builder configuration Auto-manage webhooks is enabled. In the GitHub Pull Request Builder added user credentials. User belongs to owners' User's credential tested and are working. Webhooks...
Steps to reproduce Configure GitHub plugin properly, such that web hooks trigger builds on push Change the shared secret in Jenkins Re-register all hooks Trigger web hook in GitHub Result:...
I have manually added a webhook to the repo. According to both GitHub and Jenkins logs event is triggere and received. However, the multibranch pipeline configured to include only one...
I have encounter this after we upgrade to Jenkins 2. ERROR: [GitHub Commit Status Setter] Failed to update commit state on GitHub. Ignoring exception Server returned HTTP response code: 201,...
If I want to remove a GitHub-based Multibranch Pipeline from Jenkins, I see the menu option Delete Repository instead of Delete Multibranch Pipeline. This is somewhat misleading / fairly confronting...
I've started observing a situation in which the polling doesn't start if the job is currently building. The job is configured with the "Execute concurrent builds if necessary" option checked,...