|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

It seems this problem occurs also using windows batch at Jenkins v1.532.1. If I run this batch locally, the problem doesn't occur!:
Started by user Pedro Reis
Building remotely on Windows_vs100_slave in workspace c:\h\workspace\GIT_test
[GIT_test] $ cmd /c call C:\DOCUME~1\user\LOCALS~1\Temp\hudson3319679789711969196.bat
c:\h\workspace\GIT_test>REM make sure nothing is hidden
c:\h\workspace\GIT_test>attrib -H /S
File not found - C:\h\workspace\GIT_test*.*
c:\h\workspace\GIT_test>REM recursively remove child folders
c:\h\workspace\GIT_test>REM for /d %X in (.) do rd /s /q "%X"
c:\h\workspace\GIT_test>REM delete files in root folder
c:\h\workspace\GIT_test>REM del /q /f *
c:\h\workspace\GIT_test>REM get the source
c:\h\workspace\GIT_test>git clone ssh://git@host/opt/git/common/mde.git
Cloning into 'mde'...
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
c:\h\workspace\GIT_test>exit 128