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
CDEvents is a CDF project that provides a common specification for Continuous Delivery events.
Tekton natively supports generating CloudEvents, and thus Shipwright does through Tekton, however those events only describe low level abstractions like "TaskRun started" or "TaskRun finished".
CDEvents has a dedicated abstraction for builds which would be a good fit for Shipwright. My proposal is to let Shipwright generate CDEvents associated to builds. This could be achieved either by adding support in the Shipwright controller or through an external controller like that implemented in Tekton experimental.
The text was updated successfully, but these errors were encountered:
CDEvents is a CDF project that provides a common specification for Continuous Delivery events.
Tekton natively supports generating CloudEvents, and thus Shipwright does through Tekton, however those events only describe low level abstractions like "TaskRun started" or "TaskRun finished".
CDEvents has a dedicated abstraction for builds which would be a good fit for Shipwright. My proposal is to let Shipwright generate CDEvents associated to builds. This could be achieved either by adding support in the Shipwright controller or through an external controller like that implemented in Tekton experimental.
The text was updated successfully, but these errors were encountered: