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

We have a single global library defined loaded from github. When we're running longer-running builds, we set the status of the commit using the GitHubCommitStatusSetter step: step([$class: 'GitHubCommitStatusSetter', statusResultSource: [$class:...

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

Currently, if you configure a job and put in the properties the GitHub URL including the branch. The link tree/branch portion gets trimmed off. I do not want this. I...

imported-jira-issue
component:github-plugin
priority:minor
resolution:wont-do

Deselecting the "Build when a change is pushed to GitHub" checkbox for an existing project, causes a full page NullPointerException stack trace to appear and results in every job that...

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

We're using the Shared Libraries Plugin with our Jenkins Pipeline along with a checkout step. Combined this means there are two separate checkouts when the pipeline runs. When I then...

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

java.io.IOException: Unable to delete file: C:\Users\XXX\AppData\Local\Temp\hudson2592457631282151845test\org.jenkinsci.plugins.github.GitHubPlugin.cache\78a5c95e\journal Current okhttp library version has not closed Cache that contains closeable cache. Update to newer version that has autocloseable https://github.com/square/okhttp/commit/d662c1a82851800c46ad8ede2d9d10d10427fdad and close it somewhere...

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

Result.ABORTED is not supported by DefaultStatusResultSource. I've tried to implement a fix here https://github.com/jenkinsci/github-plugin/pull/133. However, it doesn't appear that Result.ABORTED is going to work properly with the current isBetterThanOrEqual logic...

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

Create a username / password credential. Go to Configure System / GitHub Plugin Configuration Add a GitHub Server Config EB: The created credential appears in the Credentials combo. AB: Only...

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

The github jenkins documentation at https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin says: ``` When creating a job, specify that is connects to git. Under "Github project", put in: git@​github.com:Person/Project.git Under "Source Code Management" select Git,...

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

When using Multiple SCMs to check out several Git repositories in a single build job, the "revision" of the Build (https://github.com/jenkinsci/git-plugin/blob/master/src/main/java/hudson/plugins/git/util/Build.java) will be the revision of the first repository in...

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

A Jenkins instance using this plugin was found to have more than 4400 threads with this stack trace: "Waiting to acquire /…/workspace/… : Computer.threadPoolForRemoting [#37]" daemon prio=10 tid=0x… nid=0x… in...

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