Untold1707@lemm.ee to Jellyfin: The Free Software Media System@lemmy.mlEnglish · 8 months agoNew CI, New Repo, A Renewed Push for 10.9.0jellyfin.orgexternal-linkmessage-square19fedilinkarrow-up1196arrow-down12
arrow-up1194arrow-down1external-linkNew CI, New Repo, A Renewed Push for 10.9.0jellyfin.orgUntold1707@lemm.ee to Jellyfin: The Free Software Media System@lemmy.mlEnglish · 8 months agomessage-square19fedilink
minus-squareAMillionMonkeys@lemmy.worldlinkfedilinkEnglisharrow-up6·8 months agoAwesome! … What’s a CI? (I started reading the link but it doesn’t introduce the term.)
minus-squareℍ𝕖𝕝𝕝𝕤𝕥𝕠𝕣𝕞𝕪@lemmy.worldlinkfedilinkEnglisharrow-up3·8 months agoProbably “Code Integration”?
minus-squareFribbtastic@lemmy.worldlinkfedilinkEnglisharrow-up15·8 months agoCould 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.
minus-squareDessalines@lemmy.mllinkfedilinkEnglisharrow-up3arrow-down1·8 months agoIt’s how programmers test code (on machines that aren’t the ones they develop on).
minus-squarePossibly linux@lemmy.ziplinkfedilinkEnglisharrow-up1·8 months agoIt is part of the automation pipeline. It is basically a system to take new code and process it.
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.