Re: Jenkins can't pull local Git repo - v1.536

2013-11-04 Thread Julien Tanay
Hi all, After upgrading again to 1.537, I changed the git credentials just to see if it works... Well now I don't see the error anymore, but when I try to pull from my local gitlab (on the same machine than Jenkins) during a build job, getting a 503 error : *Failed to connect to*

Re: Jenkins can't pull local Git repo - v1.536

2013-11-04 Thread Julien Tanay
Hi all, It was a proxy issue... my bad... I had to save proxy settings again after the upgrade and that did the trick. Thanks all for your help. I hope this thread could help someone else ! Julien -- You received this message because you are subscribed to the Google Groups Jenkins Users

Re: Jenkins can't pull local Git repo - v1.536

2013-10-30 Thread Julien Tanay
Hello all, ERRATUM : the version I tried yesterday was *1.537* and not 1.357. I downgraded my Jenkins 1.535 and found the exact same issue ... Username may not be null. But which username ??? Thx, Julien -- You received this message because you are subscribed to the Google Groups Jenkins

Re: Jenkins can't pull local Git repo - v1.536

2013-10-30 Thread Slide
Did you try setting up the git credentials again? They may have become corrupted via the 1.536 issues. On Wed, Oct 30, 2013 at 10:24 AM, Julien Tanay julien.ta...@gmail.comwrote: Hello all, ERRATUM : the version I tried yesterday was *1.537* and not 1.357. I downgraded my Jenkins 1.535 and

Re: Jenkins can't pull local Git repo - v1.536

2013-10-30 Thread Julien Tanay
Hi Slide, On the server side or on the Jenkins side ? Thx, Julien -- 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: Jenkins can't pull local Git repo - v1.536

2013-10-30 Thread Slide
Hi, On the Jenkins side. Thanks, Alex On Wed, Oct 30, 2013 at 10:49 AM, Julien Tanay julien.ta...@gmail.comwrote: Hi Slide, On the server side or on the Jenkins side ? Thx, Julien -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To

Re: Jenkins can't pull local Git repo - v1.536

2013-10-29 Thread Igor Lankin
Hi Julien, we are experiencing exactly the same problem. Just came out of nowhere. Have you been able to find out something? Best regards Igor On Friday, October 25, 2013 11:54:17 AM UTC+2, Julien Tanay wrote: Hi, Thanks for your answer, I trid to set this setting but it did not

Re: Jenkins can't pull local Git repo - v1.536

2013-10-29 Thread Slide
I'm wondering if this is somehow related to https://issues.jenkins-ci.org/browse/JENKINS-20262. Can you try rolling back to 1.535? On Tue, Oct 29, 2013 at 6:40 AM, Igor Lankin igor.lan...@googlemail.comwrote: Hi Julien, we are experiencing exactly the same problem. Just came out of nowhere.

Re: Jenkins can't pull local Git repo - v1.536

2013-10-29 Thread Julien Tanay
Hi, Thanks for your answer. I wasn't able to do anything about it. I'll rollback Jenkins to 1.535 ASAP and I'll keep you in touch. Julien -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails

Re: Jenkins can't pull local Git repo - v1.536

2013-10-29 Thread Julien Tanay
-- Just an update : Tried to upgrade to 1.357 : same issue. I'll try to rollback tomorrow. -- 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: Jenkins can't pull local Git repo - v1.536

2013-10-25 Thread Julien Tanay
Hi, Thanks for your answer, I trid to set this setting but it did not change anything... 2013/10/24 cchen chench...@gmail.com Check if you have git user.name set. http://git-scm.com/book/en/Customizing-Git-Git-Configuration On Thursday, October 24, 2013 9:36:24 AM UTC-7, Julien Tanay

Jenkins can't pull local Git repo - v1.536

2013-10-24 Thread Julien Tanay
Hi, Since this morning - and I absolutely don't know why! - Jenkins is not able to pull from any of my local repository. Builds that worked yesterday don't today. The only error i got is this Exception : FATAL: Username may not be null java.lang.IllegalArgumentException: Username may not be

Re: Jenkins can't pull local Git repo - v1.536

2013-10-24 Thread Julien Tanay
PS : I'm using Jenkins 1.536 with : GIT Plugin 2.0 GIT client Plugin 1.4.5 SSH Credentials Plugin 1.5.1 (STRANGE ; previous version was 0.3!!!) -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving

Re: Jenkins can't pull local Git repo - v1.536

2013-10-24 Thread cchen
Check if you have git user.name set. http://git-scm.com/book/en/Customizing-Git-Git-Configuration On Thursday, October 24, 2013 9:36:24 AM UTC-7, Julien Tanay wrote: Hi, Since this morning - and I absolutely don't know why! - Jenkins is not able to pull from any of my local repository.