I have downloaded yesterday Jenkins 1.590, along with the latest git and git-client plugins.
I experience a problem with the git-client-plugin, but there's no useful information about what's going on: Building in workspace D:\JenkinsData\workspace\git-checkout Cloning the remote Git repository Cloning repository http://tfsHost:8080/tfs/COLLECTION/OURGITPROJECT/_git/Test <http://cgdlyo0161:8080/tfs/TAHAA/DT_FWK_GIT/_git/IntegrationTests> > git.exe init D:\JenkinsData\workspace\git-checkout # timeout=10 Fetching upstream changes from http://tfsHost:8080/tfs/COLLECTION/OURGITPROJECT/_git/Test <http://cgdlyo0161:8080/tfs/TAHAA/DT_FWK_GIT/_git/IntegrationTests> > git.exe --version # 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 I have seen the sources of the git-plugin, and I'm at the line 932 of the file https://github.com/jenkinsci/git-plugin/blob/9722e0b68f559f9bad35941616fe6dbd9dcc2a8b/src/main/java/hudson/plugins/git/GitSCM.java At the line 933 I can see a listener.error(message) But I can't find anything relevant in the traces... How could I get more information about the error? -- 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]. For more options, visit https://groups.google.com/d/optout.
