github-plugin
github-plugin copied to clipboard
Jenkins GitHub plugin
When I try to log in to my Jenkins installation using GitHub, I get the following error message: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty {{ at java.security.cert.PKIXParameters.setTrustAnchors(Unknown Source)}} {{...
The github plugin is correctly detecting PR branches, but failing to build new changes on those PRs. The log shows: ``` Apr 16, 2019 11:52:19 AM INFO org.jenkinsci.plugins.github.webhook.WebhookManager$1 runGitHub webhooks...
as stated in the github API documentation, the payload of a repository object https://developer.github.com/v3/repos/#response should contain in the 'url' field an URI pointing to the repository itself at the API...
we have a pipeline setup to build all branches. on an initial push of a branch two builds are kicked off for the branch that is pushed at the same...
I have a working jenkins instance with github-plugin (https://wiki.jenkins.io/display/JENKINS/GitHub+Plugin) configured. The job is currently accepting posts from github.com and triggering the build. I am able to parse out these 11...
Hi, I am new to Jenkins & trying to learn it. In process of that I have installed Jenkins in my local system & now I am unable to lunch...
The git tag was firstly pushed to GitHub and the commits are pushed later. "Fetch Tags" is already enabled, However, Jenkins failed to get updated tag metadata through the GitHub...
I have several pipeline jobs configured to be triggered on every push on master on GitHub. They worked just fine until lately (unfortunately I can't point to a specific day...
Removing the github server or github enterprise server and saving has no effect : both are still present when reloading the admin page. Steps to reproduce : add a github...
I am using sandbox groovy and defining branch = '/*' pushing to master branch why github push is looking for refs/remotes/origin/feature/jenkins-001 If manually I using master branch as parameter. After...