-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.289.2
Gitea 1.2.1
I want to create a view in a gitea organization folder. The first thing i miss is the "+" Tab right from the "repositories" tab. When i try to create the view with the "New view" option in the left menu i get the following error:
HTTP ERROR 404 Not Found
URI: | /cid-jenkins/job/myorgfolder/view/kj/ |
---|---|
STATUS: | 404 |
MESSAGE: | Not Found |
SERVLET: | Stapler |
[JENKINS-66895] Not possible create views in gitea organization
Description |
Original:
I want to create a view in a gitea organization folder. The first thing i miss is the "+" Tab right from the "repositories" tab. When i try to create the view with the "New view" option in the left menu i get the following error:
h2. HTTP ERROR 404 Not Found ||URI:|/cid-jenkins/job/msg-p-gba-u-audiconnect/view/kj/| ||STATUS:|404| ||MESSAGE:|Not Found| ||SERVLET:|Stapler| |
New:
I want to create a view in a gitea organization folder. The first thing i miss is the "+" Tab right from the "repositories" tab. When i try to create the view with the "New view" option in the left menu i get the following error:
h2. HTTP ERROR 404 Not Found ||URI:|/cid-jenkins/job/myorgfolder/view/kj/| ||STATUS:|404| ||MESSAGE:|Not Found| ||SERVLET:|Stapler| |
As far as I can tell, this is not specific to the gitea organization folder. The GitHub and Bitbucket organization folders also disallow creation of views.
I believe that is intentional because the organization folder code takes full control of the content of the folder, creating and deleting jobs based on the creation and deletion of branches, pull requests, and tags.