Re: Jenkins + Windows slave replacement = problem

2015-07-29 Thread Alfred Sawaya
Hello Chanda, Thank you for your reply. Actually, I have found the problem. On Windows 32 bits, I must use C:\Program Files\Git\cmd\git.exe and on 64 bits ...\bin\git.exe... It's not a Jenkins bug. Now I have some other errors... maybe not because of Jenkins, but as usual the build works without

Re: Jenkins + Windows slave replacement = problem

2015-07-28 Thread Chanda Unmack
On Tue, Jul 28, 2015 at 9:58 AM, Alfred Sawaya wrote: > Hello, > > I have a problem with Jenkins. > > I have a windows host, I use jnlp to connect. > When I first run the job, it creates the workspace dir, the job dir, the > .git dir with the good config, but the fetch fail. > If I go to the job

Jenkins + Windows slave replacement = problem

2015-07-28 Thread Alfred Sawaya
Hello, I have a problem with Jenkins. I have a windows host, I use jnlp to connect. When I first run the job, it creates the workspace dir, the job dir, the .git dir with the good config, but the fetch fail. If I go to the job dir and run the fetch by hand, it works. The job never go further