Skip to content
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

Multiple pipeline templates in code completion #355

Closed
siamaksade opened this issue Jul 10, 2020 · 0 comments · Fixed by #611
Closed

Multiple pipeline templates in code completion #355

siamaksade opened this issue Jul 10, 2020 · 0 comments · Fixed by #611
Assignees
Milestone

Comments

@siamaksade
Copy link

siamaksade commented Jul 10, 2020

Code completion currently allows users to generate the skeleton of a simple pipeline (1 resource, 1 task ref) and modify it until it looks like what they need.

Screenshot 2020-07-10 at 16 00 46

It would be valuable to provide multiple templates that user could choose from, possibly listed as separate items in the suggest snippets, to generate more complex pipelines as the starting points. Examples of more template pipelines are:

  • Build app (maven) - build image (buildah) - deploy (kubectl) pipeline
  • Conditional pipeline
  • Pipelines with finally tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants