GitLab CI Generator - Create .gitlab-ci.yml
Generate GitLab CI/CD pipeline configurations with stages, jobs, artifacts, and caching. Supports Docker, Kubernetes, and cloud deployments.
Stages
Options
Setup
# Save to repository root
.gitlab-ci.yml
# Required CI/CD Variables (Settings > CI/CD > Variables):
# - For Docker: No variables needed (built-in registry)
# - For AWS: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
# - For SSH: SSH_PRIVATE_KEY, SSH_HOST, SSH_USER
# - For K8s: KUBECONFIG or use GitLab K8s integration
# Trigger pipeline
git push origin main