❮ TOC
❯
GitLab Pipelines
- What is GitLab.org?
- What is GitLab.com?
- ALM-Toolbox
- CI - Continuous Integration
- Documentation
- Runner
- Docker images
- .gitlab-ci.yml
- Pipeline Linter
- Hello World
- Hello World in container
- Show what is in the container
- Pipeline Hierarchy
- Default Stages
- Define stages
- Jobs
- Set stage of job
- Parallel jobs per stage
- Manual interaction
- Manual approval
- Script
- Before Script and After Script
- Variables
- extends
- Pick a Docker image
- Docker registry of GitLab
- Run on Windows
- Run on Mac OSX
- Interdependence of jobs?
- Cache
- Python 3 Virtualenv
- Only run job if specific files changed
- Artifacts and using them in subsequent jobs
- GitLab API
- GitLab API using Python
- GitLab pages
- Deployment