Open EmmaMunley opened 1 year ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen
with a justification.
/lifecycle stale
Send feedback to tektoncd/plumbing.
Expected Behavior
The following would say something like "pt2-with-result" has an unknown field
type
. Onlyname
andvalue
can be defined in the Pipelinetask.Actual Behavior
Current Error returned:
Error calling MarshalJSON for type v1.ParamValue: impossible ParamValues.Type: ""
Steps to Reproduce the Problem
Pipeline Spec
Additional Info
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'