Pipeline as Code - Definição do Glossário CI/CD
Pipeline as code é definir o pipeline de CI/CD em arquivos versionados que vivem junto com o projeto (por exemplo, um .github/workflows/ci.yml) em vez de configurá-lo por meio de uma UI.
No CI/CD
Os workflows do GitHub Actions são pipeline as code: o pipeline é revisado, comparado (diff) e revertido como qualquer outro código, e uma alteração nele passa pelas mesmas verificações de pull request.
Guias relacionados
Deployment Pipeline - CI/CD Glossary DefinitionDeployment Pipeline: A deployment pipeline, a term from the book Continuous Delivery, is the automated path a…
GitHub Flow - CI/CD Glossary DefinitionGitHub Flow: GitHub flow is a lightweight branching model: branch off `main`, open a pull request, get review…
Release Engineering - CI/CD Glossary DefinitionRelease Engineering: Release engineering is the discipline of making the build, packaging, and release of sof…