-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JENKINS-35414] Folders don't show up in dashboard view after upgrade #212
Comments
Same problem here with Dashboard View 2.9.10. It doesn't seem to be related to how the jobs are chosen for the view (regular expression or explicitly chosen list via checkboxes) – neither works. I downgraded to 2.9.7, which I'd been running previously, and Folders reappeared. |
Having the same the same issue. Any due dates for fix? |
Here the same bug. any news to this issue? |
I am also facing same issue. There is an exception on dashboard and no folder is visible. |
I experience the same issue. Ensure that ${jobs} is really a Collection [FIXED JENKINS-21578] Ensure that ${jobs} is really a Collection Workaround |
not resolved facing same problem still |
Experiencing this same issue with Dashboard View 2.10, Jenkins 2.164.1
I removed the Last Success Version plugin as its added column doesn't produce a working link any longer. But, uninstalling the plugin left the default All view with the broken column. I tried to replace the default view with a simple Job List but cannot get the nested folder structure provided by the default All view due to this issue.
|
why was this bug with priority "minor"? |
Same issue here with Jenkins 2.289.3 , Dashboard View 2.17 and Folders 6.16. Only if I use the "Recurse in subfolders", I can see the sub-jobs but this is not what I want. |
We are using multibranch pipeline for GitHub pull requests. It is not possible to create a dashboard view with multibranch pipeline job. From my point of view, this issue should not be a Minor priority. |
It appears that on line 48 dashboard-view-plugin/src/main/resources/hudson/plugins/view/dashboard/Dashboard/main.jelly Lines 47 to 49 in 8ce3933
The job list (referenced by However, the list is only shown when selecting I'm willing to make a PR for the fix if it's ok. Also I'd like to include some other changes:
|
List view works for also displaying Multi-Branch Pipelines, so I'll use that, but what we wanted was to use Dashboard to take advantage of the portlets. It's too bad that this is still an open issue because Dashboard View is awesome. |
After upgrading Jenkins from 1.658 to 2.7 and Dashboard View Plugin from 2.9.7 to 2.9.10, the folders do not appear in a job list created in the Dashboard View.
Steps to reproduce :
Playing with other filters, or manually selecting the folders to display doesn't work either.
Originally reported by eguerints, imported from: Folders don't show up in dashboard view after upgrade
The text was updated successfully, but these errors were encountered: