Join organization jenkinsci

2020-10-14 Thread YanJun Shi
Hi Team I want to join the organization ‘jenkinsci’ for GitHub. Who can invite me to join? My GitHub ID is yJunS. There are my pull requests: https://github.com/pulls?q=user%3Ajenkinsci+author%3AyJunS Thanks. -- Shi Yanjun(yJunS) Blog:https://github.com/yJunS -- You received

Jenkins SAML with google

2020-10-14 Thread Rishi Gautam
Using role based strategy, is there any way to give default permission to all logged in users? I used authenticated group but it is not working and always forwarded to logout. Also, how to enable permission for groups in google? -- You received this message because you are subscribed to the

Jenkins - Kubernetes YAML Deployment - Api call failed with code 0

2020-10-14 Thread Enes Lanpir
Hi, I have been trying to deploy a yaml file to Kubernetes that I have pull from Github via Jenkins. At first I got an api version error, after plug in downgrades, when I started my pipeline, I got a different error. I cannot find the solution

Jenkins Git Init Fails

2020-10-14 Thread Sverre Moe
Cloning Git with an old version of Git now seems to fail Cloning the remote Git repository ERROR: Error cloning remote repo 'origin' hudson.plugins.git.GitException: Could not init /home/build/jenkins/workspace/rebuild-packages/base at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(Cli

Re: Jenkins SAML with google

2020-10-14 Thread Ivan Fernandez Calvo
Hi, you have how to do it in the documentation of the plugin https://github.com/jenkinsci/saml-plugin/blob/master/doc/CONFIGURE.md#configuring-groups-security El miércoles, 14 de octubre de 2020 a las 13:52:07 UTC+2, Rishi Gautam escribió: > Using role based strategy, is there any way to give

Re: Jenkins Git Init Fails

2020-10-14 Thread Mark Waite
Several alternatives: - If the repository is a smaller repository (less than 50 MB), then you could enable JGit in your installation and use JGit instead of command line git to perform the checkout. - Define a "git tool" for tha

Re: Jenkins SAML with google

2020-10-14 Thread Gautam, Rishi
Thank you Ivan for responding, but that didn't worked for me as well. On Wed, Oct 14, 2020 at 10:33 PM Ivan Fernandez Calvo < kuisathave...@gmail.com> wrote: > Hi, > > you have how to do it in the documentation of the plugin > https://github.com/jenkinsci/saml-plugin/blob/master/doc/CONFIGURE.md#