gitlab-branch-source-plugin icon indicating copy to clipboard operation
gitlab-branch-source-plugin copied to clipboard

can't find the namespace when namespace contains space

Open Guanyan1996 opened this issue 4 years ago • 1 comments

for example the plugin can find the namespace as test123,but can't find the namespace as "test 123", so I think is a bug for the plugin when the namespace contains space.

thx

Guanyan1996 avatar Mar 03 '21 10:03 Guanyan1996

Hi @Guanyan1996 ,

The namespace is an URL path of your repository. So escape is not allowed. If you look at the GitLab URL of your project, you do not have space in the URL. Show us images to Jenkins configuration project and Gitlab URL if my explanation is wrong

Turiok avatar Dec 08 '23 21:12 Turiok