You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @sibelius, to answer the question in the issue title, no I don't believe there's a way to install it without building. There are no "official" releases published for many of the experimental projects. However, see below for reasons not to build it.
For your second question, these are 2 quite different projects:
commit-status-tracker
watches the PipelineRuns on your cluster and automatically sets a GitHub commit status on completion to reflect the success / failure
⚠️ However, it relies on support for PipelineResources which were deprecated in Tekton Pipelines v0.30 back in November 2021, and finally removed in v0.45 released February 2023. So commit-status-tracker won't work with any recent / currently supported Tekton Pipelines release.
github-set-status
this one on the other hand is a Task that you can use in your Pipeline to set the status as desired.
I haven't personally used it, but it does look like it should at least still be compatible with recent Tekton Pipelines releases.
https://github.com/tektoncd/experimental/tree/main/commit-status-tracker
is there a simpler way to install this ?
The text was updated successfully, but these errors were encountered: