-
Notifications
You must be signed in to change notification settings - Fork 267
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
Add support for specifying git revision on Import Resources form #1550
Comments
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close 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. |
/remove-lifecycle rotten |
@AlanGreene: Reopened 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. |
Import Resources is currently using a git PipelineResource. We may want to consider removing this and moving to an alternative implementation given PipelineResources are still alpha and may be deprecated and removed in a future Pipelines release. There's a How would we use this Task? Bundle the Task with the Dashboard install as we used to do with our |
Another approach to using the git-clone Task without having to ship it with the Dashboard would be to use Tekton Bundles, however support for this is currently disabled by default in Tekton Pipelines tektoncd/pipeline#3661. There's also a feature request to have Tasks from the catalog automatically published as bundles tektoncd/catalog#577 |
Is your feature request related to a problem ?
Import Resources is currently hardcoded to import from the
master
branch of the repository specified. This means users cannot reference Tekton resources from other branches or take advantage of standard git versioning approaches (e.g. tags) to maintain their pipeline definitions when used with this feature.Describe the solution you'd like
The Import Resources form should include input(s) to allow specifying the git revision desired.
See tektoncd/pipeline#2320 and https://github.com/tektoncd/pipeline/blob/master/docs/resources.md for details of the
revision
andrefspec (optional)
fields on the git PipelineResource.Also tektoncd/pipeline#2822 for related discussion about defaults.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: