this post was submitted on 31 Dec 2023
16 points (100.0% liked)

gitlab

89 readers
2 users here now

Discussion surrounding the Gitlab product (both CE and EE.)

founded 1 year ago
MODERATORS
 

Crafting pipeline configurations with YAML can be intricate and challenging because YAML isn't a programming language, Developers may find themselves reinventing the wheel each time they try to create new configurations because they don't have visibility into existing configurations and work that others may have already done, resulting in inefficiency.

GitLab 16.7 introduces the CI/CD Catalog (Beta), with the goal of enhancing developer efficiency

top 2 comments
sorted by: hot top controversial new old
[โ€“] NightAuthor 1 points 6 months ago

Ooh, this is the best thing. Nothing I love more than a catalog of ideas and examples to inspire and guide the development of new ideas.

[โ€“] bluey 1 points 6 months ago

They already have components in place - https://docs.gitlab.com/ee/ci/components/#directory-structure. These can also be tagged and versioned.

I already use these to build multi-arch containers using buildah