Bug 424749 - Hudson returns URI parse warning
Summary: Hudson returns URI parse warning
Status: NEW
Alias: None
Product: Hudson
Classification: Technology
Component: GIT (show other bugs)
Version: 3.1.0   Edit
Hardware: PC Windows 8
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Winston Prakash CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-30 10:10 EST by Konrad Zielinski CLA
Modified: 2013-12-30 10:10 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konrad Zielinski CLA 2013-12-30 10:10:25 EST
Console output:
"...
Cleaning workspace
ERROR: Could not parse the URI. Exiting ...
java.net.URISyntaxException: Illegal character in scheme name at index 3: git@mydomain.com:namespace/project.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
Git 6.3.0

Console returns error while repository address contains 'at' @ character.
Problem appears when I moved repositories with submodules from RC to GitLab.