Bug 1608715 - No build history limit when describe pipeline build
Summary: No build history limit when describe pipeline build
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Build
Version: 3.11.0
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: 3.11.0
Assignee: Corey Daley
QA Contact: Wenjing Zheng
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-07-26 08:11 UTC by Wenjing Zheng
Modified: 2018-10-11 07:22 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-11 07:22:15 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:2652 0 None None None 2018-10-11 07:22:40 UTC

Description Wenjing Zheng 2018-07-26 08:11:00 UTC
Description of problem:
There is no "successfulBuildsHistoryLimit" and "failedBuildsHistoryLimit" when describe build after adding them.

Version-Release number of selected component (if applicable):
v3.11.0-0.9.0

How reproducible:
always

Steps to Reproduce:
1.Create a pipeline build
$oc new-app -f https://raw.githubusercontent.com/openshift/origin/master/examples/jenkins/pipeline/samplepipeline.json 
2. oc patch   bc/sample-pipeline  -p '{"spec": {"successfulBuildsHistoryLimit": '3', "failedBuildsHistoryLimit": '2'}}'
3. Describe buildconfig

Actual results:
There is no info about "successfulBuildsHistoryLimit" and "failedBuildsHistoryLimit"

Expected results:
For better user experience, the options should exist.

Additional info:

Comment 1 Corey Daley 2018-08-06 16:04:47 UTC
Submitted pull request: https://github.com/openshift/origin/pull/20548

Comment 2 Corey Daley 2018-08-07 13:32:18 UTC
Pull request has been merged.

Comment 4 Wenjing Zheng 2018-09-06 06:28:33 UTC
Verified with below version:
oc v3.11.0-0.28.0
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO

Builds History Limit:
	Successful:	3
	Failed:		0

Comment 6 errata-xmlrpc 2018-10-11 07:22:15 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:2652


Note You need to log in before you can comment on or make changes to this bug.