Skip to content

cici

Continuous Integration Catalog Interface

pipeline status coverage report latest release pre-commit code style: prettier

About

cici, short for Continuous Integration Catalog Interface, is a framework and toolkit for managing the integration and lifecycle of packaged CI/CD components in a software delivery pipeline.

cici enables the efficient sharing of CI/CD code in an organization, and eliminates a major source of friction that otherwise leads to poor adoption of automation and DevOps practices.

cici is a foundational component of saferatday0 and powers the saferatday0 library.

For project maintainers

cici enables project maintainers to:

  • Reuse CI/CD components across CI/CD platforms and network boundaries.

  • Stay up to date with pinned version upgrades that track the latest.

  • Avoid single points of failure by committing CI/CD component sources directly to downstream repositories.

  • Use CI/CD components offline in air-gapped and restricted environments. (planned)

For component developers

cici empowers CI/CD component developers to:

  • Package self-contained components that play well with others.

  • Generate rich, detailed READMEs for component users.

  • Build vendor-agnostic CI/CD pipelines. (in development)

Installation

See the Installation page for information on installing cici.

Configuration

See Getting started to learn how to start using cici.

License

Copyright 2025 UL Research Institutes.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.