Uploaded image for project: 'OpenShift Pipelines'
  1. OpenShift Pipelines
  2. SRVKP-2947

[Pipelines 1.9.3] - In OpenShift Pipelines 1.9 release the marshalJSON function cannot marshal lists.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Normal Normal
    • None
    • Pipelines 1.9.0
    • Tekton Triggers
    • False
    • None
    • False
    • Pipelines Sprint 239, Pipelines Sprint 240, Pipelines Sprint 241

      Description of problem:

        In OpenShift Pipelines 1.9 release the marshalJSON function cannot marshal lists. 

      Prerequisites:
      OpenShift 4.12.0
      Openshift-pipelines operator : 1.9 

      Steps to Reproduce:

      1. Send JSON payload (from Knative in this case) to the EventListener pod
      2. use 'marshalJSON()' inside TriggerTemplate to process this JSON payload
      3. View logs inside the EventListener pod

      Actual results:
      The actual behavior is that the Pipeline doesn't even start at all. The EventListener pod gives the following error.

      rpc error: code = InvalidArgument desc = error evaluating cel expression: expression \"body.spec.tags.marshalJSO

      Expected results:

      The expected behavior is that the pipeline starts and the correct JSON information is geven as parameter to the Pipeline.
      Knative sends JSON data to the EventListener pod and uses the marshalJSON function to make a string of it for the next Task.

      Build Details:
      Tekton Pipeline version:
      Client version: 0.28.0
      Pipeline version: v0.41.0
      Triggers version: v0.22.0
      Operator version: v0.63.0

      Additional info (Such as Logs, Screenshots, etc):

      Upstream Github issue: https://github.com/tektoncd/triggers/issues/1538

       

            rh-ee-kbaig Khurram Baig
            rhn-support-dtambat Darshan Tambat
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: