gt; /var/lib/jenkins/workspace/test-default" returned status code 129:*
> *stdout: *
> *stderr: usage: git init [-q | --quiet] [--bare]
> [--template=] [--shared[=]]*
>
> * >> stderr: usage: git init [-q | --quiet] [--bare]
> [--template=] [--shared[=]]*
>
> ERROR
err: usage: git init [-q | --quiet] [--bare]
[--template=] [--shared[=]]*
* >> stderr: usage: git init [-q | --quiet] [--bare]
[--template=] [--shared[=]]*
ERROR: Error cloning remote repo 'origin'
ERROR: Error cloning remote repo 'origin'
Finished: FAILURE
I believe
very basic git repository, and which I used to
>>> create a bare shared repository, and I'm just pointing directly to the
>>> repository itself in my configuration. Whenver I run a build job however I
>>> get the following:
>>>
>>> Started by user ano
gt; Building in workspace /var/lib/jenkins/workspace/test-default
>> Cloning the remote Git repository
>> Cloning repository file:///home/repos/test.git
>> > /usr/bin/git init /var/lib/jenkins/workspace/test-default # timeout=10
>> ERROR: Error cloning remote repo '
rectly to the
>> repository itself in my configuration. Whenver I run a build job however I
>> get the following:
>>
>> Started by user anonymous
>> Building in workspace /var/lib/jenkins/workspace/test-default
>> Cloning the remote Git repository
>> Cloning reposi
ar/lib/jenkins/workspace/test-default
> Cloning the remote Git repository
> Cloning repository file:///home/repos/test.git
> > /usr/bin/git init /var/lib/jenkins/workspace/test-default # timeout=10
> ERROR: Error cloning remote repo 'origin'
> ERROR: Error cloning remote repo &
t /var/lib/jenkins/workspace/test-default # timeout=10
ERROR: Error cloning remote repo 'origin'
ERROR: Error cloning remote repo 'origin'
Finished: FAILURE
I'm able to clone the repo just fine from the command line, and I was also
able to clone it just fine by creating a new