gitlab-ci

GitLab CI

CI/CD built into GitLab.

GitLab CI/CD pipeline YAML templates, job rules, cache configs, Docker executor settings, and deployment stages for staging and production.

Configuration Recipes5

gitlab-ciYAMLintermediate
Setting Up GitLab CI for Android Command Line Tools

This guide provides a GitLab CI configuration for using the Android Command Line Tools, addressing common setup issues.

GitLab CI · DevOps & CI/CD
gitlab-ciYAMLbeginner
Troubleshooting Stuck GitLab CI/CD Jobs with Maven Builds

Learn how to resolve issues with stuck GitLab CI/CD jobs during Maven builds and ensure your runners are correctly configured.

GitLab CI · DevOps & CI/CD
gitlab-ciBashbeginner
Running GitLab CI Builds Locally with Docker

Learn how to execute your GitLab CI builds locally using Docker without setting up a full CI runner.

GitLab CI · DevOps & CI/CD
gitlab-ciBashintermediate
Optimizing GitLab CI with Docker-Compose for Microservices

Learn how to streamline your GitLab CI pipeline for microservices using Docker-Compose, reducing build times and managing images effectively.

GitLab CI · DevOps & CI/CD
gitlab-ciYAMLbeginner
Using Artifacts in GitLab CI for Multi-Stage Pipelines

Learn how to utilize artifacts in GitLab CI to pass files between different stages of your CI/CD pipeline.

GitLab CI · DevOps & CI/CD