Official Documentation 👈 Check out our Doc Site
CIX (Continuous Integration Executor) is a containerized pipeline solution with the goal of consistent, reproducible executions. CIX currently supports execution via the Docker container engine. CIX is platform independent and allows users to quickly migrate their pipelines between CI solutions. While CIX was originally built to be CI (Continuous Integration) focused, it can be used for any other purpose where a containerized pipeline solution is required.
Please view the Release Notes to stay up-to-date with changes in CIX.
If you're new to CIX, view the Getting Started Guide to get started by installing CIX. Also, take a look at the example YAML files to get a feel for how CIX pipelines are constructed.
Many users of CIX may be new to Docker, and/or shell scripting, which comes in handy when creating pipelines. Here are some helpful guides to these fundamental technologies.
If you'd like to contribute to CIX, check out the Development Guide which will help you get the code, build it, and run it locally.