Skip to main content



      Home
Home » Archived » Hudson » Git plugin: Hudson couldn't parse URI
Git plugin: Hudson couldn't parse URI [message #1225647] Mon, 30 December 2013 06:32 Go to next message
Eclipse UserFriend
We have job in Hudson which pulls and buidls code from Git repo hosted on gitlab instance
Main project is fetched with ssh because it is secured, so url looks like:
git @ourgitlab.com:group/secured_proj.git
Main project also has submodule at public repo which contains some common build scripts, so submodule url is:
https:// ourgitlab.com:public_repos/public_commos_scripts.git

When job is triggered to build this stacktrace shows in logs:
...
Cleaning workspace
ERROR: Could not parse the URI. Exiting ...
java.net.URISyntaxException: Illegal character in scheme name at index 3: git@ourgitlab.com:group/secured_proj.git
	at java.net.URI$Parser.fail(URI.java:2829)
	at java.net.URI$Parser.checkChars(URI.java:3002)
	at java.net.URI$Parser.parse(URI.java:3029)
	at hudson.plugins.git.GitAPI.fixSubmoduleUrls(GitAPI.java:586)
	at hudson.plugins.git.GitAPI.setupSubmoduleUrls(GitAPI.java:689)
	at hudson.plugins.git.GitSCM.fetchSubmodulesFrom(GitSCM.java:1723)"
...

Hudson 3.1.0
GitLab 6.3.0
Hudson GIT plugin 2.2.5
git 1.8.4.1

Console returns error while repo address contains 'at' @ character.

[Updated on: Tue, 31 December 2013 09:47] by Moderator

Re: Hudson couldn't parse URI [message #1226054 is a reply to message #1225647] Tue, 31 December 2013 09:44 Go to previous message
Eclipse UserFriend
I've created issue https://bugs.eclipse.org/bugs/show_bug.cgi?id=424773
Previous Topic:Hudson migration from HPUX to Linux
Next Topic:Live Event on the Basics of Practicing Continuous Integration with Hudson
Goto Forum:
  


Current Time: Wed Jul 23 10:46:03 EDT 2025

Powered by FUDForum. Page generated in 0.05692 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top