Description
It's possible to create a new binary build using the `oc` cli:
oc new-build --name=sbtest java:openjdk-11-el7 --binary=true oc start-build sbtest --from-file=./spring-boot-artifacts.jar
Is it possible to instantiate a new build by uploading a file from the web UI?
Acceptance Criteria
- Create a form with a file picker (not to be delivered to repo)
- Upon submit of the form, the jar file will be uploaded through the build instantiatebinary API
- If successful, the epic can continue as planned
- If unsuccessful, identify why and if possible to fix, create stories to address the issue.
Additional Details:
- blocks
-
ODC-5463 create form to upload a jar file
-
- Closed
-