this post was submitted on 09 Mar 2024
194 points (99.0% liked)
Jellyfin: The Free Software Media System
5729 readers
2 users here now
Current stable release: 10.10.0
Matrix (General Information & Help)
Matrix (Off-Topic) - Come get to know the team and blow off steam!
Matrix Space - List of all the available rooms on Matrix.
Discord - Bridged to our Matrix rooms
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Awesome! .... What's a CI?
(I started reading the link but it doesn't introduce the term.)
Probably "Code Integration"?
Could also be "Continous Integration" (from CI/CD - Continous integration/Continous deployment/delivery)
judging by the "Why build a new CI?" section their old "CI" was built on Azure DevOps so I would go with Continous Integration here.
Ahh yes, makes more sense
It's how programmers test code (on machines that aren't the ones they develop on).
It is part of the automation pipeline. It is basically a system to take new code and process it.