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
First of all, pardon me if it's not the right place for such questions but I've struggled to find the answer in the documentation and did not find any other community forums related to tekton.
I'd like to be able to start my pipeline which uses two workspaces using the Tekton dashboard (GUI) but from what I can see, there is no option to provide workspaces here.
The only two options of creating a PipelineRun with bound workspaces I can think of are to either:
Create it programmatically and apply using either kubectl or tekton-cli
Create a TriggerTemplate with bound workspaces and run the pipeline by a webhook to an EventListener
My main problem is both of those options require the developer to go through a very non-user-friendly process. Ideally, I'd like to run the pipelines with bound workspaces from tekton GUI. Can this be somehow achieved?
I've tried providing the binding in the workspaces section of the Pipeline definition as below:
It's not supported in the Dashboard yet but is being tracked in tektoncd/dashboard#1283 and there's some work in progress (first draft of PR open) to add the ability to configure workspaces when creating a PipelineRun.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
First of all, pardon me if it's not the right place for such questions but I've struggled to find the answer in the documentation and did not find any other community forums related to tekton.
I'd like to be able to start my pipeline which uses two workspaces using the Tekton dashboard (GUI) but from what I can see, there is no option to provide workspaces here.
The only two options of creating a
PipelineRun
with bound workspaces I can think of are to either:kubectl
ortekton-cli
TriggerTemplate
with bound workspaces and run the pipeline by a webhook to anEventListener
My main problem is both of those options require the developer to go through a very non-user-friendly process. Ideally, I'd like to run the pipelines with bound workspaces from tekton GUI. Can this be somehow achieved?
I've tried providing the binding in the
workspaces
section of thePipeline
definition as below:But I got an error saying persistentVolumeClaim field is not allowed.
The text was updated successfully, but these errors were encountered: