Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-27473

Error in displaying BuildRun logs in Console

XMLWordPrintable

    • Important
    • No
    • ODC Sprint 3251, ODC Sprint 3252
    • 2
    • Rejected
    • False
    • Hide

      None

      Show
      None
    • Hide
      Previously, BuildRun logs were not visible in the Logs Tab of the BuildRun due to the recent update in the API version of the specified resources.
      This fix brings back the Logs of the TaskRuns into the Logs tab of the BuildRun for both v1alpha1 as well as v1beta1 versions of the Builds operator.
      Show
      Previously, BuildRun logs were not visible in the Logs Tab of the BuildRun due to the recent update in the API version of the specified resources. This fix brings back the Logs of the TaskRuns into the Logs tab of the BuildRun for both v1alpha1 as well as v1beta1 versions of the Builds operator.
    • Bug Fix
    • In Progress

      Description of problem:

      BuildRun logs cannot be displayed in the console and shows the following error:

      The buildrun is created and started using the shp cli (similar behavior is observed when the build is created & started via console/yaml too):

      shp build create goapp-buildah \
          --strategy-name="buildah" \
          --source-url="https://github.com/shipwright-io/sample-go" \
          --source-context-dir="docker-build" \
          --output-image="image-registry.openshift-image-registry.svc:5000/demo/go-app" 
      

      The issue occurs on OCP 4.14.6. Investigation showed that this works correctly on OCP 4.14.5.

            avik6028 Avik Kundu
            rh-ee-apjagtap Apoorva Jagtap
            Sanket Pathak Sanket Pathak
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated: