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

Jenkins GitHub plugin

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

Bumps [okhttp-api](https://github.com/jenkinsci/okhttp-api-plugin) from 4.9.2-20211102 to 4.9.3-108.v0feda04578cf. Release notes Sourced from okhttp-api's releases. 4.9.3-108.v0feda04578cf 👷 Changes for plugin developers Update plugin parent POM (#91) @​basil 📦 Dependency updates Bump gradle-module-metadata-maven-plugin from...

dependencies

Bumps [git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.2 to 1.4. Release notes Sourced from git-changelist-maven-extension's releases. 1.4 What's Changed avoid trailing underscore by @​jetersen in jenkinsci/incrementals-tools#31 Full Changelog: https://github.com/jenkinsci/incrementals-tools/compare/parent-1.3...parent-1.4 1.3 🐛 Bug fixes Prevent...

dependencies

Bumps [github-api](https://github.com/jenkinsci/github-api-plugin) from 1.114.2 to 1.303-400.v35c2d8258028. Release notes Sourced from github-api's releases. 1.303-400.v35c2d8258028 👻 Maintenance Use ${revision} (#128) @​jglick 📦 Dependency updates Bump actions/setup-java from 2 to 3 (#138) @​dependabot...

dependencies

The existing webhook handling code would trigger the GitSCM poll for the default branch regardless of whether or not the target ref of the webhook push event matched the branch...

- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [ ] Ensure that the pull request title represents the...

Use lazy iterable of all items instead of using an eager list of all the items that is stored in a local variable but immediately converted to the iterable. I...

…been configured to do it (and complains a lot in the log) https://issues.jenkins-ci.org/browse/JENKINS-60901 Solution: Check if configured to manage hooks before trying to register or unregister them (which in case...

enhancement

Document contains images not visible to read so, added new images. On step 3, check label change over the time, fix the label - [x] Make sure you are opening...

documentation

This change is [](https://reviewable.io/reviews/jenkinsci/github-plugin/235)

This change enables the github plugin to respect GitSCM's excluded user list (which is used when polling) for github webhooks: ![image](https://user-images.githubusercontent.com/4727754/68998493-3172d980-08b3-11ea-8088-c0e60863498d.png) This is a first attempt to solve the issue...