You might try creating a job with no SCM which attempts git commands to that bitbucket repository. It will fail initially because the authentication won't match. However, it may provide you more verbose output to diagnose why the authentication is failing.
Are you using a private key which requires a password? If so, then it is known that there are cases where a private key with password does not work with the git plugin. Try a private key which does not require a password. You might also experiment with the ssh-agent plugin (though my experiments with it did not resolve authentication issues I encountered). Mark Waite On Fri, Aug 8, 2014 at 6:54 AM, david guetta <mrsilents...@gmail.com> wrote: > Hello, > > It's set to git.exe and I have tried both bin and cmd. > > Any other ideas? > > > On Friday, 8 August 2014 08:40:52 UTC+1, david guetta wrote: >> >> Hello there, >> >> I have got a bitbucket repository and git installed. >> >> I wan to to connect my bitbucket with jenkins and vice versa. >> >> However, it does not work. I get this error in my Jenkins project: >> >> Failed to connect to repository url : Error performing command: >> C:\Program Files (x86)\Git\cmd ls-remote -h >> g...@bitbucket.org:test/test-test2.git >> HEAD >> >> I have put my Git/cmd folder as executable in general settings for >> Jenkins, but when I try to enter the repository url, the above error is >> being displayed. >> >> I have added the SSH keys but no luck so far. I have added the PIDs of >> the agents in the files in order to be recognized, but no progress. >> >> I have also tried to run the JENKINS service by logging as a user rather >> than a local user but also didn't work. >> >> I know it should have been working just by adding the id_rsa key to >> bitbucket's account, but I am exhausted already. >> >> Any help would be really really appreciated, I have been struggling with >> this issue for quite some time now. >> >> After I have done some fixes, this is the error I get now: >> >> RROR: Timeout after 10 minutes >> ERROR: Error cloning remote repo 'origin' >> hudson.plugins.git.GitException: Command "C:\Program Files >> (x86)\Git\cmd\git.exe fetch --tags --progress g...@bitbucket.org: >> test/test.git +refs/heads/*:refs/remotes/origin/*" returned status code >> -1: >> stdout: >> stderr: >> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl. >> launchCommandIn(CliGitAPIImpl.java:1407) >> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl. >> launchCommandWithCredentials(CliGitAPIImpl.java:1195) >> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl. >> access$200(CliGitAPIImpl.java:87) >> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1. >> execute(CliGitAPIImpl.java:266) >> at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2. >> execute(CliGitAPIImpl.java:422) >> at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:848) >> at hudson.plugins.git.GitSCM.checkout(GitSCM.java:881) >> at hudson.model.AbstractProject.checkout(AbstractProject.java:1254) >> at hudson.model.AbstractBuild$AbstractBuildExecution. >> defaultCheckout(AbstractBuild.java:624) >> at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) >> at hudson.model.AbstractBuild$AbstractBuildExecution.run( >> AbstractBuild.java:530) >> at hudson.model.Run.execute(Run.java:1732) >> at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) >> at hudson.model.ResourceController.execute(ResourceController.java:88) >> at hudson.model.Executor.run(Executor.java:234) >> ERROR: null >> Finished: FAILURE >> > -- > 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 jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Thanks! Mark Waite -- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.