Bug 1813707
Summary: | Pipeline Builder - Handle Array Parameters | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Andrew Ballantyne <aballant> | ||||
Component: | Dev Console | Assignee: | Andrew Ballantyne <aballant> | ||||
Status: | CLOSED ERRATA | QA Contact: | Gajanan More <gamore> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 4.4 | CC: | aos-bugs, gamore, nmukherj | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.5.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: |
Cause:
The Pipeline Builder reads Task/ClusterTask definitions and made an incorrect assumption that all Parameters were of type string.
Consequence:
When a Task Param of type array was encountered, it would cast the array to a string and represent it losing the type and would produce a value to the Task param as string thus breaking the contract with the Task.
Fix:
Support Array type in the UI and properly retrain the type
Result:
Managing both types allows the Pipeline Builder to work the way it was intended.
|
Story Points: | --- | ||||
Clone Of: | |||||||
: | 1813884 (view as bug list) | Environment: | |||||
Last Closed: | 2020-07-13 17:20:05 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1813884 | ||||||
Attachments: |
|
Description
Andrew Ballantyne
2020-03-15 16:21:16 UTC
Created attachment 1670789 [details]
parameters send to the pipeline
I have validated the bug on Build: 4.5.0-0.nightly-2020-03-16-234954 Browser: Google Chrome Version 78.0.3904.108 Marking this as verified. 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-2020:2409 |