Re: Git plugin unable to acces local repository

2015-10-04 Thread Henk van Voorthuijsen
o both > define the credentials _and_ use the credentials. > > On Thursday, October 1, 2015 at 1:38:38 PM UTC-7, Henk van Voorthuijsen > wrote: >> >> I did - there is a credential for user "git" in the global credentials. >> > -- You received this message beca

Git plugin unable to acces local repository

2015-10-01 Thread Henk van Voorthuijsen
nyone tell me what's going on? Henk van Voorthuijsen -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To

Re: Git plugin unable to acces local repository

2015-10-01 Thread Henk van Voorthuijsen
cd test >> >> + git clone git@localhost:repositories/puq >> >> Cloning into 'puq'... >> >> Permission denied, please try again. >> >> Permission denied, please try again. >> >> Permission denied (publickey,gssapi-keyex,gssapi-with-m

Re: Git plugin unable to acces local repository

2015-10-01 Thread Henk van Voorthuijsen
OK, I set the service's WorkingDirectory to $JENKINS_HOME - unfortunately that doesn't help - I'm still getting the same error On Thursday, October 1, 2015 at 10:38:38 PM UTC+2, Henk van Voorthuijsen wrote: > > I did - there is a credential for user "git" in the global cred

Re: Jenkins 1.607 - Environment Variables Stuck

2015-04-29 Thread Henk van Voorthuijsen
Varun, Have you tried setting the variable with SETX instead of SET ? Henk -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Triggering build twice for each commit

2012-07-06 Thread Henk van Voorthuijsen
Have you checked if the clocks on master and slave are in sync? On Jul 6, 2012, at 9:30 AM, Varghese Renny wrote: I have commited to repo and it is triggering build twice. My build is going on slave machine.. First build will say like no changes Second build is detecting the changes.