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
See tektoncd/dashboard#47 - this issue and dashboard 47 are very closely linked, and are probably duplicates.
Webhooks creation and manual pipeline run initiation are much too hardcoded for a small subset of test pipelines. We need a much more flexible design in both areas. Ideally:
replace our 'sink' code with the EventBinding/TektonListener experimental engine
This TemplateBinding format gives us a way of defining the parameters that we should attempt to automatically fill in - gitrevision, gitrepositoryurl, and those params that the user must provide - docker username, application name.
We should make every effort to move the Tekton EventBinding integration work forward as a pre-req to this work.
The text was updated successfully, but these errors were encountered:
See tektoncd/dashboard#47 - this issue and dashboard 47 are very closely linked, and are probably duplicates.
Webhooks creation and manual pipeline run initiation are much too hardcoded for a small subset of test pipelines. We need a much more flexible design in both areas. Ideally:
This TemplateBinding format gives us a way of defining the parameters that we should attempt to automatically fill in - gitrevision, gitrepositoryurl, and those params that the user must provide - docker username, application name.
We should make every effort to move the Tekton EventBinding integration work forward as a pre-req to this work.
The text was updated successfully, but these errors were encountered: