On a slightly different note, is there anywhere that one is supposed to see the underlying exceptions being thrown when "Error cloning from repo" happens? Looking that the code it was changed to not print the stack track out to the console and it appears to throw the original exception. However when I've tried taking a look for it, I've not been able to find it in the log or anything which makes it kind of hard to tell what problem there actually is.
Am I just not looking hard enough or does the exception, in fact, get lost? Richard. On Tue, 16 Jun 2015 at 04:49 Aaron Boxer <[email protected]> wrote: > Hello! > > I am trying to get a new Jenkins install working on windows. > > I have git installed, using OpenSSH. Our server is deployed on private Gitlab > instance. > > Jenkins service is logging in as the "jenkins" user, and this user > has its SSH key registered with Gitlab. > > I can manually clone our repo using Git bash. > > However, when I try to to get the Jenkins job to build, I get this message: > > > Started by user anonymous <http://localhost:8080/user/null> > Building in workspace C:\bin\Jenkins\workspace\master > Cloning the remote Git repository > Cloning repository git@JDMIDEVREPO:RisPacs/rispacs.git > > git.exe init C:\bin\Jenkins\workspace\master # timeout=10 > ERROR: Error cloning remote repo 'origin'ERROR > <http://stacktrace.jenkins-ci.org/search?query=ERROR>: Error cloning remote > repo 'origin'Finished > <http://stacktrace.jenkins-ci.org/search?query=Finished>: FAILURE > > > Any ideas? > > Thanks! > > Aaron > > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/3e752dd8-5c73-4a83-b51b-567319a75b32%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/3e752dd8-5c73-4a83-b51b-567319a75b32%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAMui945KidpLZf_%3DoNgKMw2n8uaNY1NZH4sv3f53P_DDuzJt6w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
