Tekton supports Git type PipelineResource perfectly, any plan to support SVN Resource?
Thanks for creating an issue! I don't think we'd consider an SVN PipelineResource because PipelineResources are remaining in an alpha state and may at some point be deprecated. We would gladly accept SVN Tasks in the Tekton Catalog though!
We have a git-clone Task already that provides the same functionality as a Git PipelineResource. It's available here: https://github.com/tektoncd/catalog/tree/v1beta1/git
@sbwsg Glad to know, thanks. And I'm a little confused:
because PipelineResources are remaining in an alpha state and may at some point be deprecated.
Will PipelineResource be removed and replaced by a task or redesigned in the future?
If redesigned, what will it be responsible for?
We don't have any specific plans to remove PipelineResources. Instead we've announced that they're not in Beta. This means they don't get the same level of support as the stuff which is in Beta. There's still a lot of discussions revolving around PipelineResources so no one really knows what's going to happen to them. One of the reasons for keeping them alpha is because we haven't decided where they're headed.
If redesigned, what will it be responsible for?
If we redesigned them then part of that process would require us to figure out and document what they should be responsible for.
I think we can do a better job documenting all this so I'll try to get some docs together soon to describe the current problems and possible next steps.
I think we can do a better job documenting all this so I'll try to get some docs together soon to describe the current problems and possible next steps.
OK, looking forward to it. Thanks a lot.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
/lifecycle stale
Send feedback to tektoncd/plumbing.
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.
/close
Send feedback to tektoncd/plumbing.
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
/lifecycle rotten
Send feedback to tektoncd/plumbing.
@tekton-robot: Closing this issue.
In response to this:
Rotten issues close after 30d of inactivity.
Reopen the issue with/reopen.
Mark the issue as fresh with/remove-lifecycle rotten./close
Send feedback to tektoncd/plumbing.
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.
Most helpful comment
Thanks for creating an issue! I don't think we'd consider an SVN PipelineResource because PipelineResources are remaining in an alpha state and may at some point be deprecated. We would gladly accept SVN Tasks in the Tekton Catalog though!
We have a
git-cloneTask already that provides the same functionality as a Git PipelineResource. It's available here: https://github.com/tektoncd/catalog/tree/v1beta1/git