Re: Tutorial on Jenkins - Git Setup

2016-04-26 Thread Larry Martell
Look at this post, it really helped me: http://stackoverflow.com/questions/36802309/changing-github-credentials-for-jenkins On Tue, Apr 26, 2016 at 10:46 AM, Kaushal Shriyan wrote: > Hi, > > I am new to Jenkins CI application. Are there tutorials on Jenkins - Git > Setup? > Any help will be high

Re: Changing git build creds

2016-04-24 Thread Larry Martell
;ssh -i ~/.ssh/new-github.key" git clone > g...@github.com:user/project.git > > > > On Friday, April 22, 2016 at 9:00:14 PM UTC+3, Larry Martell wrote: >> >> I already did that. How can I see what it's getting "Permission denied" >> on? >&g

Re: Changing git build creds

2016-04-22 Thread Larry Martell
I already did that. How can I see what it's getting "Permission denied" on? On Fri, Apr 22, 2016 at 1:34 PM, Indra Gunawan (ingunawa) wrote: > Don’t you need to upload the SSH public key of the build user to your > github? > > From: on behalf of Larry Martell >

Changing git build creds

2016-04-22 Thread Larry Martell
I am a new user to Jenkins, so please bear with me. The employee who set up Jenkins quit and we removed his access to our github repo. But he had configured our automated build to access git as himself, so of course that is failing now. I went into the project settings and added a new credenti