GitLab CI and Distributed Builds
GitLab’s automated and integrated continuous delivery

GitLab’s automated and integrated continuous delivery

1/22/2021 · Cesar Saavedra

What this post added

This post details GitLab's Auto DevOps feature, which provides pre-configured CI/CD templates that automatically detect, build, test, deploy, and monitor applications. It outlines the various stages and jobs within the Auto DevOps pipeline, including build, test (static analysis, security, dependency, license, secrets exposure, unit tests), review (DAST), staging deployment, incremental production deployment, performance testing, and cleanup. It also explains Auto Review Apps for ephemeral environments and methods for customizing Auto DevOps via environment variables, pipeline editing, or reusing specific templates.

Read the original post ↗