Y
Hacker News
new
|
ask
|
show
|
jobs
by
zippie
2850 days ago
Thank you for all the work on GitLab, we are using AutoDevops extensively. Any thoughts on how AD morphs or adapts with knative? It seems like Jenkins is fully knative with CRD support.
1 comments
sytse
2850 days ago
You're welcome, thanks for commenting. Auto DevOps can probably benefit from Knative in two ways. Use Knative build
https://github.com/knative/docs/blob/master/build/builder-co...
for building images. And use Knative serving
https://github.com/knative/serving
to run review apps that don't use resources when not in use
https://gitlab.com/gitlab-org/gitlab-ee/issues/3585#note_900...
link