at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1321)
... 19 more
Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.<init>(UNIXProcess.java:164)
at java.lang.ProcessImpl.start(ProcessImpl.java:81)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:470)
... 24 more
Done. Took 68 ms
No changes
I know, it looks like git.exe is not there. But it is, really is. After restarting Jenkins, this happens (on another repo I was able to see the same error, and not I can push something).
Started on Jul 3, 2014 4:04:40 PM
Polling SCM changes on WINMACHINE
Using strategy: Default
[poll] Last Built Revision: Revision 62e80167e7067ede25727c3cb96885551694c860 (origin/master)
> C:\git\cmd\git.exe rev-parse --is-inside-work-tree
Fetching changes from the remote Git repositories
> C:\git\cmd\git.exe config remote.origin.url git@gitlab:tools/repo.git
Fetching upstream changes from git@gitlab:tools/repo.git
> C:\git\cmd\git.exe --version
using GIT_SSH to set credentials
> C:\git\cmd\git.exe fetch --tags --progress git@gitlab:tools/repo.git +refs/heads/:refs/remotes/origin/
Polling for changes in
Seen branch in repository origin/master
Seen 1 remote branch
> C:\git\cmd\git.exe log --full-history --no-abbrev --format=raw -M -m --raw 62e80167e7067ede25727c3cb96885551694c860..bb82f97faa7e27ba53c600050c8bef66df7fe5d0
Done. Took 18 sec
Changes found
Interesting is that now, right below the date, it says:
"Polling SCM changes on WINMACHINE"
This was not available on previous information...
It cannot be trying to go to the wrong machine... or "no-machine"? Its odd...
And I am using "branches to build" = */master
Lovato