Issue Type: Bug Bug
Assignee: Nicolas De Loof
Components: git-client-plugin, git-plugin
Created: 03/Feb/15 3:20 PM
Description:

Using the current version of git-client-plugin 1.15.0 and git-plugin 2.3.4 the cloning of a private bitbucket.org repository does not work.
It used to work with git-client-plugin 1.3.0 and git-plugin 1.5.0.

I created a new "Free Style" job, entering only a Git SCM with https://username:[email protected]/user/repository.git as "Repository URL" leaving everything else as default.
I'm aware of the credentials functionality, but I need to use https://username:[email protected]/user/repository.git URL syntax, for otherwise certain post build steps will not work.

This is the output I get:

Started by user Flavio Donzé
Building in workspace C:\data\jenkins\workspace\workspace\git_test
Cloning the remote Git repository
Cloning repository https://username:[email protected]/user/repository.git
> C:/Progra~2/Git/bin/git.exe init C:\data\jenkins\workspace\workspace\git_test # timeout=10
Fetching upstream changes from https://[email protected]/user/repository.git
> C:/Progra~2/Git/bin/git.exe --version # timeout=10
> C:/Progra~2/Git/bin/git.exe -c core.askpass=true fetch --tags --progress https://[email protected]/user/repository.git +refs/heads/:refs/remotes/origin/
ERROR: Error cloning remote repo 'origin'
ERROR: Error cloning remote repo 'origin'
Finished: FAILURE

Environment: Jenkins 1.598
Git 1.9.5.msysgit.0
Project: Jenkins
Priority: Critical Critical
Reporter: Flavio Donzé
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/d/optout.

Reply via email to