Atlas › 16 CI/CD Pipelines › CI/CD Platform Overview☰ Read as one page
CI/CD Platform Overview
1.1The Big Four PlatformsAs of 2026, most teams use one of four CI/CD platforms. Each has its own configuration format and hosting model, but they all share the…1.2Shared Concepts Across All PlatformsRegardless of which platform you use, the following concepts work the same way. Understanding these makes switching platforms…1.3Choosing a PlatformFor most teams, the choice is simple: use what integrates with your source control. If your code is on GitHub, use GitHub Actions. If it is…1.4Platform-Specific Tips for QA- Use the actions/upload-artifact and actions/download-artifact actions to pass test results between jobs - The services keyword spins up…1.5Hands-On Exercise1. Pick the platform your team uses (or GitHub Actions if you are learning independently) 2. Create a pipeline that: - Triggers on push and…