Change Jenkins default view

ViewJenkins

View Problem Overview


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

View Solutions


Solution 1 - View

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.

Solution 2 - View

"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...

Solution 3 - View

You can only choose between default views when you have more than one view. So first, create a new view by clicking the '+' mark on the Jenkins dashboard:

enter image description here

Of course, the '+' will only appear if you have permission to create new views.

Now, navigate to Manage Jenkins > Configure System. The Default View option appears. Using this you can select the default view.

The above applies to Jenkins 1.536.

Solution 4 - View

To change the default view in Jenkins go to Jenkins Dashboard:

Select Manage Jenkins --> Configure System --> Default view

Default view will be available after SCM checkout retry count in MAVEN Project Configuration .

Select your applicable View and Save and you're done.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMike QView Question on Stackoverflow
Solution 1 - ViewChewpersView Answer on Stackoverflow
Solution 2 - ViewSagarView Answer on Stackoverflow
Solution 3 - ViewJohn McGeheeView Answer on Stackoverflow
Solution 4 - ViewSumit GuptaView Answer on Stackoverflow