Jobs are not visible in new Jenkins view - jenkins

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.

Related

Jenkins - How to restrict jobs to show up in the All View

I have few views created in the Jenkins, whenever I create a new job under any of those views except default/all view, all those jobs by default are created and show up under All View. How can I restrict the jobs to show up in the All View and only show up in the view I select while creating a job?
Any suggestion is appreciable. Thank you.

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.

Umbraco - Reading the nodes

I have a umbraco solution, which has a below piece of code in my view,
var home = Model.AncestorOrSelf(1);
var primaryNav = home.GetPropertyValue<IEnumerable<IPublishedContent>>("primaryNav").Where(n => n.GetPropertyValue<bool>("hideFromNavigation") == false);
From my Umbraco back office, can someone please tell me how can i find the nodes which satisfy the above piece of code.
I'm trying to a new node to the existing navigation bar, but it is not coming up. What could i be missing here?
Please let me know, i'm new to umbraco.
My Umbraco version is 7.2.1
Also, what could be the meaning of "primaryNav", here home.GetPropertyValue<IEnumerable<IPublishedContent>>("primaryNav")
Go to the root page of the website in the back office content tree. On that page there should be a content picker called something like "Primary Nav".
That should show up all of the selected items that should appear. It's also checking for a hide from navigation property, which you'd have to check individually on each of the selected nodes.
How are you trying to add the node to the menu? If it's via the picker, then it SHOULD work, unless the page has the hide from navigation checkbox checked. Also make sure you publish the root page once you've added the page to the picker rather than just saving.
The only other thing that might be causing it to not show up would be if the Partial that renders the navigation is being cached. Look in the view and see if it's using CachedPartial, and if so, that may be your culprit.

Codename one list scrolled down when returning to form

I've had some testers reporting an intermittent issue on a search page that contains a list.
They say when they have been on the page and navigate to a sub page then return that the list is sometimes scrolled all the way to the bottom of the screen.
I've disabled tensile drag on the list, but I wanted to know if there was any other work-around for this issue?
This has nothing to do with tensile drag. When you navigate from one form to another in the old GUI builder the form is re-created from scratch and re-positioned based on the data.
We try to select the previously selected item but if something in the list changed this might trigger issues.
You can override restoreComponentState in the state machine with a blank implementation to see that this is the cause of this behavior. Assuming that it is you can create a special case for the list instance.

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.

Resources