Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » Git plugin: Hudson couldn't parse URI
Git plugin: Hudson couldn't parse URI [message #1225647] Mon, 30 December 2013 11:32 Go to next message
Konrad Zielinski is currently offline Konrad ZielinskiFriend
Messages: 18
Registered: December 2013
Junior Member
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 14:47]

Report message to a moderator

Re: Hudson couldn't parse URI [message #1226054 is a reply to message #1225647] Tue, 31 December 2013 14:44 Go to previous message
Konrad Zielinski is currently offline Konrad ZielinskiFriend
Messages: 18
Registered: December 2013
Junior Member
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: Fri Apr 19 21:13:32 GMT 2024

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

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

Back to the top