https://github.com/catvec/ci-info
Provides in depth insight into the continuous integration and deployment process.
https://github.com/catvec/ci-info
Last synced: about 1 month ago
JSON representation
Provides in depth insight into the continuous integration and deployment process.
- Host: GitHub
- URL: https://github.com/catvec/ci-info
- Owner: catvec
- License: mit
- Created: 2018-02-07T19:10:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T21:25:37.000Z (almost 8 years ago)
- Last Synced: 2025-09-17T21:49:30.109Z (6 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CI Info
Provides in depth insight into the continuous integration and deployment
process.
# Table Of Contents
- [Overview](#overview)
- [Getting Started](#getting-started)
# Overview
CI Info aims to provide users with in depth knowledge about the current state
of their continuous integration and deployment workflows.
Features include:
- **Service agnostic**
- CI Info works with any continuous integration platform.
- **Granular status information**
- CI Info provides details about exactly what stage and step the
pipeline is currently executing.
- **User manual generation**
- CI Info automatically generates a user manual for the continuous integration pipeline.
- Complete with troubleshooting guides for troublesome pipeline steps.
CI Info is composed of 2 main compontents:
- API - Stores continuous integration information
- Client - Submits continuous information
# Getting Started
To use CI Info you must insert a few CI Info API calls into your continuous
integration pipeline.
These API calls provide CI Info with live in depth status information about the
execution of a pipeline.
To make these API calls use the `ci-info` client. A binary download is only
available for linux at the moment because the tool is still in active development.