Introduction
GitFlic CI/CD (Continuous Integration, Continuous Delivery) is a tool for implementing continuous integration and code delivery processes. This toolkit helps detect errors early, test functionality in working environments, and build your code into production-ready applications.
Core Concepts
GitFlic CI/CD implements several key concepts for describing and executing builds:
Concept | Description |
---|---|
Pipeline | Organizes jobs through defined stages and execution sequences |
Job | The fundamental building block of CI/CD configuration |
Artifacts | Files produced by job execution that are preserved for long-term storage |
Cache | Stores files like build dependencies within the agent's working environment |
Agent (Runner) | The application that executes jobs |
Automatic Translation!
This page was automatically translated. The text may contain inaccuracies