-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create git output that updates git #1280
Comments
The pipeline resources revamp described by #1673 proposes a solution to this issue by allowing customisation of a resource's behaviour when in rw/create mode. So, for example, the catalog's hypothetical Git resource could include an RW mode that I'm going to link to this from that epic so that we can track support of this feature as part of that work. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
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. |
Expected Behavior
As discussed in #1076, if a git PipelineResource is used as an output, this should cause a change in the outside world, i.e. for git the most appropriate action would be to create a new git commit. And in #1279 we want to make PipelineResoruces immutable, i.e. using a resource as a output would create a new PipelineResource.
This would mean that any Task that has a git PipelineResource output should:
Actual Behavior
At the moment a git PipelineResource basically acts like a PVC only when used as an output (i.e. a way to share files). In #1109 we'll remove that functionality.
Additional Info
Blocked on design decisions in #1279
The text was updated successfully, but these errors were encountered: