Git Pipelines
Last updated on
Automate your software delivery and streamline development workflows directly within your STACKIT Git environment.
STACKIT Git Pipelines is the continuous integration and continuous delivery (CI/CD) capability of STACKIT Git. It enables teams to automatically build, test, and deploy their applications whenever changes are pushed to a repository. By defining pipelines in configuration files, developers can standardize their workflows, improve code quality, and accelerate delivery cycles while keeping all processes securely within the European cloud.
With STACKIT Git Pipelines, you can automate repetitive tasks such as compiling code, running tests, packaging artifacts, and deploying services. Pipelines run on scalable runners that execute your jobs in isolated environments, ensuring consistent and reproducible results. Whether you use managed STACKIT runners or host your own custom runners, the platform provides flexibility to integrate CI/CD into your existing development processes.
STACKIT Git Pipelines also integrates with the broader ecosystem. Compatibility with GitHub Actions allows you to reuse existing workflows and community actions, while integrations with STACKIT services such as Secret Manager help you securely manage credentials and connect pipelines with other cloud services.
This documentation helps you get started quickly and explore the full capabilities of STACKIT Git Pipelines. In the Getting Started section, you learn the fundamental concepts and create your first pipeline. The Reference section provides detailed information about pipeline configuration and syntax. The How-Tos guide you through advanced topics such as enabling runners, creating custom runners, and integrating pipelines with other services.