[JIRA] [pipeline-stage-view-plugin] (JENKINS-34791) Pipeline stage plugin shows "No data available..." if active builds are more then 10

668 views
Skip to first unread message

devina.robus@gmail.com (JIRA)

unread,
May 13, 2016, 5:45:01 AM5/13/16
to jenkinsc...@googlegroups.com
Ilja Gaitsenja created an issue
 
Jenkins / Bug JENKINS-34791
Pipeline stage plugin shows "No data available..." if active builds are more then 10
Issue Type: Bug Bug
Assignee: Sam Van Oort
Attachments: 2016-05-13 12_36_33-Test Pipeline [Jenkins].png
Components: pipeline-stage-view-plugin
Created: 2016/May/13 9:44 AM
Priority: Major Major
Reporter: Ilja Gaitsenja

Plugin shows only last 10 active builds. I have not found in documentation where this amount could be increased. After this, if active build number is more then 10 (I created input to test this), then plugin shows "Data not available...". I attached screenshot too. Full stage view shows the same. As user I expect some pagination in "Full stage view" or at least some configuration where I can increase amount of builds to show.

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
Atlassian logo

svanoort@cloudbees.com (JIRA)

unread,
May 27, 2016, 9:45:01 AM5/27/16
to jenkinsc...@googlegroups.com
Sam Van Oort started work on Bug JENKINS-34791
 
Change By: Sam Van Oort
Status: Open In Progress

svanoort@cloudbees.com (JIRA)

unread,
May 27, 2016, 9:54:01 AM5/27/16
to jenkinsc...@googlegroups.com
Sam Van Oort commented on Bug JENKINS-34791
 
Re: Pipeline stage plugin shows "No data available..." if active builds are more then 10

Ilja Gaitsenja In this circumstance have any of the runs reached the point where there is a stage step executed yet? It would be helpful if you could provide a sample workflow script for this.

Providing a user-settable property to configure the hardcoded limits on builds is a separate RFE, but since it's trivial, let's lump it in with this (and add a property setting for the other hardcoded limits too).

svanoort@cloudbees.com (JIRA)

unread,
May 27, 2016, 10:05:01 AM5/27/16
to jenkinsc...@googlegroups.com

Cannot reproduce locally with this script & 15 or so concurrent builds:

stage 'testing'
echo 'beforesleep'
sleep 60
echo 'sleep done'

svanoort@cloudbees.com (JIRA)

unread,
May 27, 2016, 10:05:02 AM5/27/16
to jenkinsc...@googlegroups.com
Sam Van Oort edited a comment on Bug JENKINS-34791
Cannot reproduce locally with this script & 15 or so concurrent builds:

{code}

stage 'testing'
echo 'beforesleep'
sleep 60
echo 'sleep done'
{code}

Edit: downgrading the priority, since this doesn't appear to be occurring in the common case, and probably represents a less common edge case here.

svanoort@cloudbees.com (JIRA)

unread,
May 27, 2016, 10:06:01 AM5/27/16
to jenkinsc...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages