How to move Dashboard on Jenkins - jenkins

How to move Dashboard on Jenkins. In way - tab a, tab c, tab b
see image

I think the only solution is to prefix your tab name with a number if you want to change the order :(
Change order of jobs in Jenkins

You can select what tab a build job belongs to by editing the view
- Click on the Tab
- On the Left you will see option to "Edit View"
- Your list of jobs will appear there check the one's you want to show up on that view and save changes

Related

Jira : Where do the Search filter appear on the Shared person's board

I created a search filter through Click Issues->Search for issues, in Jira and shared it with the developer group.
Now I am not aware where has the developer navigate to view the filter. Can someone give me that general path on which the search filter which is shared to the person or group can view.
There are two ways they can get to the filter:
On the menu at the top, select Filters. The second item from the bottom is View all filters and the filter you created will be on that page.
The other way to reach it is by clicking on the cog icon that gets you into settings. Select System from the menu and then scroll the list on the left down until you reach Shared filters. Again, the filter you created will be on that page.

Jobs are not visible in new Jenkins view

We have created couple of jobs under different different project acronym, which is visible in All the tabs on jenkisn dashboard. But it is not coming for the corresponding views.
e.g.
aat-CWM-fe-APP_MAIN_MAVEN-snapshot should come under aat
kps-MVW-be-kps-online-snapshot should come under kps
I tried to search in SO, but did not get any much help. Please consider this as my scrolling time and provide the solution.
Some of the question , I have gone through for help:
Jenkins restrict view of jobs per user
How to tell if UIViewController's view is visible
How to add a new job to a view in jenkins via python-jenkins?
As far as I know, Jobs will not be visible in newly created Jenkins tab/view because of these two reasons:
You might have created other than List View like Dashboard view or Nested View.
You might not have selected the checkbox "Show standard Jenkins
list at the top of the page " under Dashboard Portlets
So, the resolution will be :
Create a list view, as dashboard view is more of a consolidated view to any job.
Select the checkbox "Show standard Jenkins list at the top of the page " under Dashboard Portlets.
If any other reasons are there, someone please update.

Create a View under Jenkins

I am trying to create a view to contain multiple jobs under Jenkins Dashboard
Steps I had followed
Jenkins dashboard >EditView>(_Empty)>Replaced the name and saved
however I don't see the new View get reflected.
Steps to create new view in Jenkins for Jobs :
Login to Jenkins
Click Jenkins and go to homepage ( only if not in homepage where all jobs are there)
Click on New View in Left vertical List
Select List View
Give view name
Select the jobs you want in view
Click Ok and Apply
If you're editing a view, it must already exist. Then it probably wouldn't be empty.
To create a new view, click on the '+' tab at the end of your current set of view tabs.
Ensure that below properties are set appropriately,without defining portlets the jobs wouldn't get displayed on the view created.

Moving Jobs between views in Hudson

I have a lot of jobs in hudson and multiple views as well. What I want is to move jobs between views. E.g. Job1 is part of view1, I want to move that job from view1 to view2, how it is possible.
You must be administrator (in version 1.X at least) to do that.
Go to the target view > click on the left (as an administrator) onto "Edit View" > select all desired job (with a regexp if you want or through checkboxes)
Go to the old view > click on the left (as an administrator) onto "Edit View" > deselect all desired job (with a regexp if you want or through checkboxes).
Quite easy, isn't it ? Or did I missed something ? If so, please be more explicit.
!!! You need root privileges. Ask for these to your Admin.

Shorten Joomla SEF URL Parent / Child / Sub Menu Items, Use only one alias without multiple parent alias

Is there anyway to only show the menu item alias in the URL without its parent alias? I know I can create a hidden menu with all items in the root level but this will make the breadcrumb unusable.
For example: www.mysite.com/grand-parent/parent/child
I like it to be just www.mysite.com/child
I have url rewrite/sef turned on using Joomla 2.5.
Thanks,
Will
There is a workaround.
Create a seperate menu and create menu item in that menu with required alias.
Then on the menu you want the link in the first place, create a menu item of type menu Alias and select the seperate menu item as target. This way parent alias will no appear infront for any alias type menu items.
No need for any workarounds. It works straight on.
(Written for J 2.5 but J 3 should be the same)
Choose the menu item which you wish to remove from the SEF URL (the parent menu which provides the url). Open it from the menu manager
In the section on the left, titled "Details" there is a row with "Alias". Next to it there's a button "Inherited". Click it so it becomes "Not Inherited".
Save & Close
Voila! It disappears .
It work's with "Direct Alias" extension.
http://extensions.joomla.org/extension/direct-alias
After instaling it "Inherited" button apears next to "Alias".
I have just had a similar problem and this plugin worked perfectly to achieve what I needed. This saves me hours of work creating 301 redirects. I had to buy the pro version to get the control over individual menu items. This gives you the functionality Ben Shomer describes above eg Next to it there's a button "Inherited". Click it so it becomes "Not Inherited". The free version controls ALL menu item aliases. Great plugin, highly recommended.
To perform what you want to do :
1- Install "Direct Alias" extension : http://extensions.joomla.org/extension/direct-alias
2- Go to "Menus" -> "All Menus Items" and select your menu item.
After "Alias" field you will have two buttons "Relative" and "Inherited".
Click on "Relative". It will transform to "Direct". Save and test.
You have now a direct link for your child item in your menu.
Note : If you don't install Direct "Direct Alias" extension the two button will not display.
I'm not sure it's possible with core Joomla.
You can achieve this - and complete control over your SEF urls - with the sh404 extension.
I solve it by following these steps.
Create a hidden menu which is your child menu. (For creating the hidden menu go to the Link Type tab and select No for Display in Menu option).
Then create your parent menu with a type of anything under the System Links (except Menu Item Alias)
Create a menu (as a child of the parent menu you have created before) with the type of Menu Item Alias and select the hidden child menu you've created before as the Menu Item.
That's all. Now you can show your menu structure like-
|-Parent
|--Child
And when you click on the Child link the URL will look like mysite.com/child

Resources