github-plugin
github-plugin copied to clipboard
Jenkins GitHub plugin
I am constantly getting this error message when trying to post a status update back to my Github Enterprise server Github Plugin: 1.28.0 Github Enterprise: 2.10 [PostBuildScript] - Execution post...
Using pipeline script from SCM to set up Pull request build, it used to work fine. Now with Jenkins and ghprb version updated got: git fetch --tags --progress https://github.com/AdoptOpenJDK/openjdk-tests.git +refs/heads/:refs/remotes/origin/...
WORKAROUND After creating a job, make a build, then Manage Jenkins > Configure System > GitHub > Advanced > Re-register hooks for all jobs. Steps to reproduce: 1. Generate personal...
This is a somewhat vague bug report, so I apologise in advance for this, but maybe it will help solve this problem for others (assuming it's not our problem alone)....
I am trying to use the Git Repository and I keep getting the same error (see attachment please). I have already gone into the global settings and everything is correct...
I set up a test Pipeline job and found a bug with the GitHub plugin's webhooks (this issue may also exist for polling but I did not test that case)....
Stacktrace originating from the Github WebHook endpoint $JENKINS_URL/github-webhook are not suppressed by the Suppress Stacktrace Plugin. Not sure which plugin this issue is related to though: GitHub plugin implements an...
The issue is that Jenkins builds any job configured with a repo (using Multiple SCM Plugin) when that trigger event is confined to the BRANCH. The behavior should be that...
some projects get the pushevent from github, but polling does not start for that job. in jenkins log i see: Received PushEvent for https://github.com/ checked "GitHub hook trigger for GITScm...
This seems to affect only downstream jobs (downstreams, downstreams of downstreams, etc.). In correct.png, the "Started by GitHub push by iphydf" text links to https:///job/libtoxcore-toktok_src/43/pollingLog, which is the correct URL....