jenkinsci / jenkinsci/cloudbees-folder-plugin
[JENKINS-60344] The folder unable to interpret a forward slash in the name
- Dominant language
- Java
- Stars
- 59
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
In GitLab there are multiple hierarchies of folders for project due the concept of sub groups. For accessing a project the full path is required to be submitted. This causes url encoding issues as shown in the screenshot. If the entire path to the project is made into individual folders it would be not a good choice in terms of user experience. Could we add some methods to the folder plugin to automatically skip folders which contains a single folder and nothing else as is done by GitHub.
---
Originally reported by baymac, imported from: The folder unable to interpret a forward slash in the name
Raw content of original issue
In GitLab there are multiple hierarchies of folders for project due the concept of sub groups. For accessing a project the full path is required to be submitted. This causes url encoding issues as shown in the screenshot. If the entire path to the project is made into individual folders it would be not a good choice in terms of user experience. Could we add some methods to the folder plugin to automatically skip folders which contains a single folder and nothing else as is done by GitHub.
2 attachments
- [Capture.PNG](https://issues.jenkins.io/secure/attachment/49664/Capture.PNG)
> 
- [image-2019-10-19-10-12-54-635.png](https://issues.jenkins.io/secure/attachment/49665/image-2019-10-19-10-12-54-635.png)
> 
Contributor guide
Assessment
This issue has not been assessed yet.