Are you interested in an open source tool that helps you build your CI/CD pipeline manifest (usually a yaml file) with predefined templates?
For example you want a .gitlab-ci.yaml all you do is just drag and drop (or use cli) templates that grow everyday and just pass few parameters and you get the yaml file. (You don't need to even know how to organise the jobs in the pipeline, the tool will guide you)
It can support Gitlab, Github actions, Jenkins, CircleCI, etc.
Hi. Just to balance the dataset: I wouldn't be interested in such a tool. I use GitLab and I don't have a problem editing the `.gitlab-ci.yml` file given how infrequently I do that, and the certainty that if I relied on a tool that did that for me, I'd waste a lot of time fighting that tool to do a simple thing in YAML as opposed to actually doing it.<p>In short: it has no value for me. It doesn't solve a frequent problem, it doesn't solve a hard problem or an expensive one, and I am certain it will be my <i>very</i> problem and get in my way were I to use it.
Argo and Tekton are projects that come to mind. Also, if you try to implement this, you will see that encapsulating your pipeline in a single file gets disorganized quickly.
I'd love a website with common use cases and templates.<p>As in , say I need to run a Unity build job on Gitlab, I'd like an example of that.