jenkinsci / jenkinsci/cloudbees-folder-plugin
[JENKINS-53509] Job created inside a view inside a folder does not give the option to add the job to the view
- Dominant language
- Java
- Stars
- 59
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
Typically when creating a new job inside a view, the URL for the "New Job" button will be:
JENKINS_HOME/view//newJob
Inside a folder the URL becomes:
JENKINS_HOME/job//newJob
The expectation would be that a view inside that folder would have the "New Job" button point to:
JENKINS_HOME/job//view//newJob
However, it continues to use:
JENKINS_HOME/job//newJob
---
Originally reported by
wbagdon, imported from: Job created inside a view inside a folder does not give the option to add the job to the view
Raw content of original issue
Typically when creating a new job inside a view, the URL for the "New Job" button will be:
JENKINS_HOME/view/<view_name>/newJobInside a folder the URL becomes:
JENKINS_HOME/job/<folder_name>/newJobThe expectation would be that a view inside that folder would have the "New Job" button point to:
JENKINS_HOME/job/<folder_name>/view/<view_name>/newJobHowever, it continues to use:
JENKINS_HOME/job/<folder_name>/newJob
environment
```
Jenkins 2.121.3
Cloudbees Folders Plugin 6.5.1
```
Contributor guide
Assessment
This issue has not been assessed yet.