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
The start pipeline flow should support providing a volume for the pipelinerun if the pipeline has declared workspaces. The alternatives for providing a workspace to the pipelinerun are:
@sudhirverma we had discussed to possibly not rely on tkn given that it won't cover some of the use-cases that we need in VS Code since they don't make sense for a CLI such as: #91
That said, 0.9 will be released quite soon. cc @chmouel
Workspace support is added to Tekton to simplify sharing files between tasks in a pipelinerun, and also across execution of pipelineruns via a pvc:
https://github.com/tektoncd/pipeline/blob/master/docs/workspaces.md
The start pipeline flow should support providing a volume for the pipelinerun if the pipeline has declared workspaces. The alternatives for providing a workspace to the pipelinerun are:
Reference: https://github.com/tektoncd/pipeline/blob/master/docs/workspaces.md#specifying-volumesources-in-workspaces
The text was updated successfully, but these errors were encountered: