ci-cd - Concepts
Explore concepts tagged with "ci-cd"
Total concepts: 8
Concepts
- Continuous Delivery - A software development practice where code changes are automatically built, tested, and prepared for release to production, ensuring software can be deployed at any time.
- DevOps - A set of practices combining software development and IT operations to shorten the development lifecycle and deliver software continuously.
- GitLab - A web-based DevSecOps platform providing Git repository hosting, CI/CD pipelines, issue tracking, and the complete software development lifecycle in a single application.
- Continuous Deployment - A software release practice where every code change that passes automated tests is automatically deployed to production without human intervention.
- GitHub - A web-based platform for version control and collaboration using Git, serving as the world's largest source code hosting service.
- DevSecOps - A DevOps approach that integrates security practices throughout the entire software development lifecycle, treating security as code.
- Continuous Integration - A software development practice where developers frequently merge code changes into a shared repository, with each integration automatically verified by building and testing.
- DevOps Manifesto - Principles promoting collaboration between development and operations teams for faster, more reliable software delivery.
← Back to all concepts