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

Open
#672 2 comments 0 reactions 0 assignees View on GitHub
component:cloudbees-folder-plugin imported-jira-issue priority:minor resolution:unresolved
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


  • status: Open
  • priority: Minor
  • component(s): cloudbees-folder-plugin
  • resolution: Unresolved
  • votes: 1
  • watchers: 4
  • imported: 20251211-141027

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>/newJob

Inside a folder the URL becomes:
JENKINS_HOME/job/<folder_name>/newJob

The 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>/newJob

However, it continues to use:
JENKINS_HOME/job/<folder_name>/newJob

environment

```
Jenkins 2.121.3

Cloudbees Folders Plugin 6.5.1
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.