top | item 31411246

(no title)

simplehuman | 3 years ago

Yeah, I don't understand those autodevops tooltips either.

discuss

order

danudey|3 years ago

I've yet to see an explanation of "autodevops", or what it does or how it works, that actually makes the feature make sense to me.

jjeaff|3 years ago

They are simply ci/cd templates for building specific types of projects. If you turn autodevops on, then it will apply the template based on files found in the repo. Like a less opinionated Heroku that can deploy to your own k8s cluster.

I have never really had a project generic enough that autodevops would work. But I think I did at one point copy one of their templates as a basis for my own gitlab-ci.yaml file.

I think it also handles automatically configuring some things that you can't configure in your ci files, like prometheus monitoring.