Perform Maven Release on Jenkins with a different User with GitHub as SCM

2013-10-20 Thread Giovanni Gargiulo
Hi, I'm using - Jenkins 1.535 - Maven Release Plugin - GitHub All users have ssh keys for accessing GitHub and flat username and password for loggin on jenkins. Also, Jenkins has a read only account on github. My question is, how can users log on Jenkins and perform a Maven Releas

Re: GitHub as scm

2012-03-04 Thread Mirko Friedenhagen
Hello Douglas, a 401 looks to me like you are trying to access the repository with the http URI. Did you use the ssh-uri of the form: g...@github.com:USERNAME/PROJECTNAME.git? For the http URI you have to provide username/password instead of the SSH keys. Regards Mirko On Sun, Mar 4, 2012 at 19

Re: GitHub as scm

2012-03-04 Thread domi
Did you try to clone the repo as root too? If Jenkins is running as root, then root needs permission to clone. /Domi On 04.03.2012, at 18:32, Douglas Ferguson wrote: > I'm getting errors trying to use git (github) as my scm. > > It blows up with a 401 when trying to clone the repo. I've verified

GitHub as scm

2012-03-04 Thread Douglas Ferguson
I'm getting errors trying to use git (github) as my scm. It blows up with a 401 when trying to clone the repo. I've verified that my ssh keys are setup properly, I can ssh to github. I've tried all sorts of variations of the url, etc. Any tips? Couple of things that are noteworthy 1) Jenkins is