I am using jenkins for CI stuff. I have bitbucket server installed and want to checkout the git URL (http/https) using jenkins job. I have installed Git client plugin and git plugin jenkins, versions are as follow,
Git client plugin =2.4.6
Git plugin = 3.3.2
When I provide the URL in job I get following error,
Same error when I error when I run the job.
> F:\app\Git\bin\git.exe fetch --tags --progress https://localhost:9090/scm/stcplay/mavensample.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "F:\app\Git\bin\git.exe fetch --tags --progress https://localhost:9090/scm/stcplay/mavensample.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: unable to access 'https://localhost:9090/scm/stcplay/mavensample.git/': The requested URL returned error: 403
Amazingly, when I do git clone invoking windows command prompt in jenkins it works perfectly.
Anyone faced the same issue earlier ?
I solved this issue.
The problem was with Jenkins proxy settings. It was blicking Bitbucket to connect with Git plugin and hence the error was there.
I need to mention Bitbucket hostname in the non-proxy host section under manage-jenkins-->manage plugins ---> Advance settings --> non-proxy hosts.
And then it will allow Bitbucket host to communicate with Git plugin and you were able to checkout code successfully.
cheers,
Shreedhar dhanawade
Worked for me too. Thanks !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can someone provide some details here.
I have hosted jenkins on a linux machine.
I am able to clone the repository but in jenkins, the same git clone command is giving issues.
Failed to connect to repository : Command "git ls-remote -h https://anugrah_deloitte@bitbucket.org/nvs-ssc/training.git HEAD" returned status code 128:
stdout:
stderr: fatal: unable to access 'https://anugrah_deloitte@bitbucket.org/nvs-ssc/training.git/': Could not resolve host: bitbucket.org; Unknown error
Could you provide me what details did you provide in the proxy, since I have not provided any proxy details under HTTP Proxy Configuration under Advance settings
Thanks
Anugrah
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@anugrah_deloitte I have the same issue, could you please provide the way that how did you solve the issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same issue also, could you please provide the way that how did you solve the issue
I need help please
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For me, git was not installed on the machine that was hosting Jenkins
This stack overflow helped me realize: https://stackoverflow.com/a/49823767/4375369
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.