github-plugin
github-plugin copied to clipboard
Jenkins GitHub plugin
While using the plugin for our CI system, we have noticed that on some rare occasions it fails to resolve the URL of the GitHub repository. This problem results in...
This PR fixes the following issue https://issues.jenkins-ci.org/browse/JENKINS-54249. Few additional notes : * The code update the `git` plugin to version `4.0.0-rc` to have the `BuildDetails` class (see comments associated to...
To keep logs cleaner Instead of ``` Dec 10, 2016 10:31:51 PM WARNING org.jenkinsci.plugins.github.webhook.WebhookManager$2 applyNullSafe Failed to add GitHub webhook for GitHubRepositoryName[host=github.com,username=doublesharp,repository=PRIVATE_PROJECT] java.lang.NullPointerException: There is no credentials with admin access...
Todo - [x] Refactor credentials usage to use authentication tokens - [ ] Migrate existing credentials to GitHub OAuth credential type - [ ] Change server configuration to enable extension...
[JENKINS-43786](https://issues.jenkins-ci.org/browse/JENKINS-43786) Downstream of https://github.com/jenkinsci/jenkins/pull/2857 @KostyaSha, @lanwen, What do you think? --- This change is [](https://reviewable.io/reviews/jenkinsci/github-plugin/179)
This defines a regular expression to which the name or email of an ignorable pusher is to be matched. Such a push will be ignored. Normally a preceding push of...
This change adds the git reference and head commit as arguments to triggered jobs. This allows Jenkins jobs to implement specialized logic. For example, a job can now have different...
This pull request supports reporting aborted builds to Github as errors. Currently, aborted builds use the default status which is pending. This can be confusing for automated tools. This change...
Relying on this manageHooks may end to situation that it will try register hook for GH server that has disabled hooks. PS One line fluent is hardly readable for eyes....
Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.45 to 4.48. Release notes Sourced from plugin's releases. 4.48 📦 Dependency updates Bump JUnit from 5.9.0 to 5.9.1 (#613) @dependabot Bump Jenkins test harness from 1837.vb_6efb_1790942...