Project management Create, edit, search, and open the Projects that hold your Pipelines. › Manage credentials Connect Git accounts, container registries, and SonarQube servers your Pipelines can use. › Manage environments Connect a Kubernetes cluster and define the Environments your Pipelines deploy to. › Configure Pipeline Source Open the Update Pipeline Source panel for an existing Pipeline and update its Code source or Registry source connection. › Add a Build and push job Add a Build and push Job to build a Docker image from your Pipeline Source and push it to a container registry. › Configure triggers Configure an Auto Trigger so a Pipeline runs automatically on a GitLab push, merge request, or tag event. › Add a security scan job Add a Trivy container scan or SonarQube code quality scan to a Pipeline Stage. › Add an approval gate Pause a Pipeline until a designated approver reviews and decides. › Deploy config & deploy application Configure a Deploy Job in your Pipeline and deploy an application to a Kubernetes environment. › Add a Kubectl job Run a kubectl operation — apply manifests, or inspect, manage, and debug cluster resources — directly from a Pipeline Stage. › Run and monitor a pipeline Start a Pipeline Run, track its execution in real time, and stop it if needed. › Pipeline history & logs Browse the complete Run History and Deployment History of a Pipeline, and search or filter for a specific run. ›