• @AMillionMonkeys
    link
    English
    67 months ago

    Awesome! … What’s a CI?
    (I started reading the link but it doesn’t introduce the term.)

      • @Fribbtastic
        link
        English
        157 months ago

        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.

    • Dessalines
      link
      fedilink
      English
      27 months ago

      It’s how programmers test code (on machines that aren’t the ones they develop on).

    • Possibly linux
      link
      fedilink
      English
      17 months ago

      It is part of the automation pipeline. It is basically a system to take new code and process it.