[ https://ovirt-jira.atlassian.net/browse/OVIRT-1901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35835#comment-35835 ]
I haven't looked too deep into it, but it might be related to the number of artifacts arvhiced. According to Jenkins documentation, there is a param that manages it: {code:java} hudson.model.Run.ArtifactList.listCutoff {code} “More artifacts than this will use tree view or simple link rather than listing out artifacts” Default value is 16. And there is: {code:java} hudson.model.Run.ArtifactList.treeCutoff {code} “More artifacts than this will show a simple link to directory browser rather than showing artifacts in tree view” Default value is 40.
[Reference|https://wiki.jenkins.io/display/JENKINS/Features+controlled+by+system+properties]
was (Author: dbelenky@redhat.com): I haven't looked too deep into it, but it might be related to the number of artifacts arvhiced. According to Jenkins documentation, there is a param that manages it: {code:java} hudson.model.Run.ArtifactList.listCutoff {code} “More artifacts than this will use tree view or simple link rather than listing out artifacts” Default value is 16.
View/Expand all missing in some jobs
Key: OVIRT-1901 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1901 Project: oVirt - virtualization made easy Issue Type: By-EMAIL Reporter: Yedidyah Bar David Assignee: infraHi, Some jenkins jobs have under “Build Artifacts” a Java-script “+ View”, “Expand all” etc that let you see artifacts directly from the build page, e.g. [1]. Some don't, e.g. [2]. It will be useful if this option exists in all jobs. Thanks, [1] http://jenkins.ovirt.org/job/ovirt-dwh_master_check-patch-el7-x86_64/171/ [2] http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch-el7-x86_64/36814/ — Didi
— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100079)