[JIRA] (JENKINS-58531) New GitLab Group w/ SSH key can't check out repos

11 views
Skip to first unread message

justin@harringa.com (JIRA)

unread,
Jul 17, 2019, 10:56:03 AM7/17/19
to jenkinsc...@googlegroups.com
Justin Harringa created an issue
 
Jenkins / Bug JENKINS-58531
New GitLab Group w/ SSH key can't check out repos
Issue Type: Bug Bug
Assignee: Parichay Barpanda
Components: gitlab-branch-source-plugin
Created: 2019-07-17 14:55
Priority: Major Major
Reporter: Justin Harringa

Steps to reproduce:

 

```

ERROR: [Wed Jul 17 07:51:22 PDT 2019] Could not fetch branches from source io.jenkins.plugins.gitlabbranchsource.GitLabSCMNavigator::

https://gitlab.com::justin-harringa::justin-harringa/jenkins-test

java.net.URISyntaxException: Illegal character in scheme name at index 3: g...@gitlab.com:justin-harringa/jenkins-test.git at java.net.URI$Parser.fail(URI.java:2848) at java.net.URI$Parser.checkChars(URI.java:3021) at java.net.URI$Parser.parse(URI.java:3048) at java.net.URI.<init>(URI.java:588) at java.net.URI.create(URI.java:850) Caused: java.lang.IllegalArgumentException: Illegal character in scheme name at index 3: g...@gitlab.com:justin-harringa/jenkins-test.git at java.net.URI.create(URI.java:852) at io.jenkins.plugins.gitlabbranchsource.GitLabSCMBuilder.checkoutUriTemplate(GitLabSCMBuilder.java:132) at io.jenkins.plugins.gitlabbranchsource.GitLabSCMBuilder.checkoutUriTemplate(GitLabSCMBuilder.java:179) at io.jenkins.plugins.gitlabbranchsource.GitLabSCMBuilder.withGitLabRemote(GitLabSCMBuilder.java:192) at io.jenkins.plugins.gitlabbranchsource.GitLabSCMBuilder.build(GitLabSCMBuilder.java:216) at io.jenkins.plugins.gitlabbranchsource.GitLabSCMSource.build(GitLabSCMSource.java:512) at jenkins.scm.api.SCMSource.build(SCMSource.java:851) at jenkins.branch.MultiBranchProject.newBranch(MultiBranchProject.java:533) at jenkins.branch.MultiBranchProject.access$1000(MultiBranchProject.java:124) at jenkins.branch.MultiBranchProject$SCMHeadObserverImpl.observe(MultiBranchProject.java:1974) at jenkins.scm.api.trait.SCMSourceRequest.process(SCMSourceRequest.java:357) at jenkins.scm.api.trait.SCMSourceRequest.process(SCMSourceRequest.java:286) at io.jenkins.plugins.gitlabbranchsource.GitLabSCMSource.retrieve(GitLabSCMSource.java:258) at jenkins.scm.api.SCMSource._retrieve(SCMSource.java:373) at jenkins.scm.api.SCMSource.fetch(SCMSource.java:283) at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:631) at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:276) at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:165) at jenkins.branch.MultiBranchProject$BranchIndexing.run(MultiBranchProject.java:1022) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) [Wed Jul 17 07:51:22 PDT 2019] Finished branch indexing. Indexing took 1.7 sec FATAL: Failed to recompute children of Justin Harringa » justin-harringa/jenkins-test java.lang.IllegalArgumentException: Illegal character in scheme name at index 3: g...@gitlab.com:justin-harringa/jenkins-test.git at java.net.URI.create(URI.java:852) at io.jenkins.plugins.gitlabbranchsource.GitLabSCMBuilder.checkoutUriTemplate(GitLabSCMBuilder.java:132) at io.jenkins.plugins.gitlabbranchsource.GitLabSCMBuilder.checkoutUriTemplate(GitLabSCMBuilder.java:179) at io.jenkins.plugins.gitlabbranchsource.GitLabSCMBuilder.withGitLabRemote(GitLabSCMBuilder.java:192) at io.jenkins.plugins.gitlabbranchsource.GitLabSCMBuilder.build(GitLabSCMBuilder.java:216) at io.jenkins.plugins.gitlabbranchsource.GitLabSCMSource.build(GitLabSCMSource.java:512) at jenkins.scm.api.SCMSource.build(SCMSource.java:851) at jenkins.branch.MultiBranchProject.newBranch(MultiBranchProject.java:533) at jenkins.branch.MultiBranchProject.access$1000(MultiBranchProject.java:124) at jenkins.branch.MultiBranchProject$SCMHeadObserverImpl.observe(MultiBranchProject.java:1974) at jenkins.scm.api.trait.SCMSourceRequest.process(SCMSourceRequest.java:357) at jenkins.scm.api.trait.SCMSourceRequest.process(SCMSourceRequest.java:286) at io.jenkins.plugins.gitlabbranchsource.GitLabSCMSource.retrieve(GitLabSCMSource.java:258) at jenkins.scm.api.SCMSource._retrieve(SCMSource.java:373) at jenkins.scm.api.SCMSource.fetch(SCMSource.java:283) at jenkins.branch.MultiBranchProject.computeChildren(MultiBranchProject.java:631) at com.cloudbees.hudson.plugins.folder.computed.ComputedFolder.updateChildren(ComputedFolder.java:276) at com.cloudbees.hudson.plugins.folder.computed.FolderComputation.run(FolderComputation.java:165) at jenkins.branch.MultiBranchProject$BranchIndexing.run(MultiBranchProject.java:1022) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 3: g...@gitlab.com:justin-harringa/jenkins-test.git at java.net.URI$Parser.fail(URI.java:2848) at java.net.URI$Parser.checkChars(URI.java:3021) at java.net.URI$Parser.parse(URI.java:3048) at java.net.URI.<init>(URI.java:588) at java.net.URI.create(URI.java:850) ... 20 more

```

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

parichay.barpanda@gmail.com (JIRA)

unread,
Jul 17, 2019, 4:18:02 PM7/17/19
to jenkinsc...@googlegroups.com
Parichay Barpanda updated an issue
Change By: Parichay Barpanda
Sprint: GSoC 2019. Coding Phase 2

parichay.barpanda@gmail.com (JIRA)

unread,
Jul 17, 2019, 4:18:02 PM7/17/19
to jenkinsc...@googlegroups.com

parichay.barpanda@gmail.com (JIRA)

unread,
Jul 17, 2019, 4:19:01 PM7/17/19
to jenkinsc...@googlegroups.com
Parichay Barpanda started work on Bug JENKINS-58531
 
Change By: Parichay Barpanda
Status: Open In Progress

parichay.barpanda@gmail.com (JIRA)

unread,
Jul 18, 2019, 1:01:02 AM7/18/19
to jenkinsc...@googlegroups.com

parichay.barpanda@gmail.com (JIRA)

unread,
Jul 22, 2019, 12:43:02 AM7/22/19
to jenkinsc...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages