-
Task
-
Resolution: Done
-
Normal
-
None
-
None
-
False
-
-
False
-
-
Bug Fix
-
-
Description of problem:
Pipeline builder UI fails to save buildah task with default BUILD_ARGS parameter
Workaround:
This issue can be worked around via removing the element, making the value an empty array - but the UI does not indicate that this needs to be done.
Prerequisites (if any, like setup, operators/versions):
OpenShift Pipelines operator
Steps to Reproduce
- Navigate to the OpenShift Pipelines Operator pipeline builder in the OpenShift console.
- Add the buildah task to a new pipeline.
- Observe the BUILD_ARGS parameter in the side panel. Note that its default value is [""] (a single element with an empty string).
- Do not modify this parameter.
- Attempt to save the pipeline by clicking the "Create" button.
Actual Results:
The UI displays a validation error and prevents the pipeline from being saved.
Expected results:
The pipeline should be created successfully, as the buildah task can run without issue with the default [""] value for the BUILD_ARGS parameter.
Reproducibility (Always/Intermittent/Only Once):
Always
- impacts account
-
SRVKP-8571 Pipeline builder UI fails to save buildah task with default BUILD_ARGS parameter
-
- Closed
-
- links to