github-plugin
github-plugin copied to clipboard
Jenkins GitHub plugin
Hi, while with command line the following url is supported: git@github.company.com:/GAEBLER/imsartifacts It does not work with the current Jenkins github plugin, I checked the matchers in https://github.com/jenkinsci/github-plugin/blob/master/src/main/java/com/cloudbees/jenkins/GitHubRepositoryName.java and found out...
When using the GitHubCommitStatusSetter class in a pipeline like so: void setBuildStatus(String repo, String message, String state) { step([ $class: "GitHubCommitStatusSetter", reposSource: [$class: "ManuallyEnteredRepositorySource", url: repo], contextSource: [$class: "ManuallyEnteredCommitContextSource", context:...
Issue Description: When using ScmSkip plugin to skip a build when a certain message pattern is present like [skip ci], the github plugin will still post the status to github...
Once you have added an element on the Github -> Github servers, you are not able to delete all the servers. The last one is always kept. --- Originally reported...
Hi, We have a job that triggering on tags with github webhook, but now it can be triggered by almost all Github actions, such as creating/deleting branches, committing codes/pulling request...
Hi! In my jenkinsfile, there are 2 builds that are launched concurrently. One for windows and another for linux. But when one of them is finished, Github shows that all...
Connecting the Github Plugin in Jenkins to our Github server fails with an Handshake issue "Unable to find acceptable protocols" when running Jenkins with the IBM Java SDK (https://developer.ibm.com/javasdk/downloads/sdk8/) Please...
Navigate to configure system page User see error on page and not able to save the changes --- Originally reported by vikasrana, imported from: Jenkins->Manage jenkins -> Configure System :...
When I perform a hot reload (by pressing enter in the console), I receive an error(rather a long one) as shown at last. When I reload the configuration's page the...
We have a 'Github Organization' project, which creates jobs for all repos if they have a Jenkinsfile available. We're having the problem in all of our repos that if a...