Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change Jenkins default view

Tags:

jenkins

view

I have been trying to follow the instructions on how to change the default view in Jenkins here.

I've created another view that I would like to be the default, but when I go looking for the Default View setting in Manage Jenkins -> Configure System it doesn't seem to be there. Is there something I have to do to make it show up? Or is it tucked away somewhere else?

If someone has it working can they indicate where about in the config screen (immediately before/after something else) so I can double check.

I am using Jenkins 1.447

like image 283
Mike Q Avatar asked Jan 11 '12 15:01

Mike Q


People also ask

How do I configure Jenkins dashboard view?

Add new viewOn the Jenkins main page, click the + tab to start the new view wizard (If you do not see a +, it is likely you do not have permission to create a new view). On the create new view page, give your view a name and select the Dashboard type and click ok.

How do I remove a custom view in Jenkins?

Another test confirmed that "https://{account}.ci.cloudbees.com/delete" deletes the default view. In "Manage Jenkins", set ".." as the default view. Enter "https://{account}.ci.cloudbees.com/delete" into the URL bar. Go back to "Manage Jenkins" to set a new default view.

What is my views in Jenkins?

Views in Jenkins allow us to organize jobs and content into tabbed categories, which are displayed on the main dashboard. As a Jenkins instance expands, it is logical to create associated views for appropriate groups and categories.


2 Answers

from comment> When I go to Manage Jenkins -> Configure System and Default View, all our "public" views are listed there in the drop down.

Make sure the view you created isn't just in "My Views" for your user, and is open to everyone.

like image 114
Chewpers Avatar answered Sep 19 '22 14:09

Chewpers


"Manage Jenkins" > "Configure System" >

The default view option is just after the "SCM checkout retry count" and before "enable security"

See below:

enter image description here

You should not have to change anything to have it show up. You might need more than one view, but it seems you have already created another one...

like image 37
Sagar Avatar answered Sep 20 '22 14:09

Sagar