github-plugin
github-plugin copied to clipboard
Jenkins GitHub plugin
GitHub hooks for certain payloads don't pass secret validation in GitHub plug-in. The easiest way to reproduce it at our side is to include a character tilda '~' or asterisk...
We are trying to avoid build steps as much as possible, for example skipping some of then when a build was triggered by a upstream project but did not have...
Class `GitHubCommitStatusSetter` does not accept credentials. We are using a private Github Enterprise server which requires credentials for most REST API enpoints. `GitHubCommitStatusSetter` is surprisingly able to access the endpoint...
Hi, We found GitHub hook trigger for GITScm polling is not working after SAML 2.0 enabled. Here's the steps to reproduce it: 1. Go to configure and make sure Jenkins...
To reproduce: Part 1: Project setup Create a new freestyle project. Check the "Github project" checkbox and enter an HTTPS URL to a Github repo. In the "Source Code Management"...
We want to place our Jenkins behind IAP, hence exposing webhooks in a different nginx reverse proxy. When trying to override the webhook in Jenkins settings, I am getting a...
If you close an issue or pull request via a commit message on GitHub (see GitHub linking issues for a full list of messages supported), the link created used at...
Steps to reproduce: # docker-compose.yml version: '3' services: jenkins: image: jenkins/jenkins:2.277 ports: - 8080:8080 $ docker-compose up Unlock Jenkins Install suggested plugins Create a user Create a public repository on...
I have a freestyle project setup to be triggered by Generic Webhook Trigger Plugin (not GitHub Plugin) when a pull request is submitted. Everything works fine except posting the commit...
https://github.com/jenkinsci/github-plugin/pull/244 --- Originally reported by timja, imported from: github - Remove table markup on Jenkins >=2.264 assignee: timja status: In Review priority: Minor component(s): github-plugin resolution: Unresolved votes: 0 watchers:...