Chitrang Patel

Results 288 comments of Chitrang Patel

> I mean `tektoncd/cli`, there is no such project as `tektoncd/ci`. My proposal here is to deploy `openshift-pipelines/pipelines-as-code` in dogfooding, hooking it to `tektoncd/cli` to showcase its usage. Then, if...

/cherry-pick release-v0.62.x

I think the fix might be to update: https://github.com/tektoncd/pipeline/blob/main/pkg/apis/pipeline/v1/taskrun_types.go#L300L303 and make it a pointer so that it can be set to nil(?) ``` Artifacts *Artifacts ``` This assumption is based...

I think what's happening is that `tkn start` is supplying a field called `Artifacts` as if a user set it but its a status field and only intended to be...

If this makes sense, I can provide a fix before making a release @vdemeester @piyush-garg