handbook, remote-manifesto, … )Gitlab Open *
- Gitlab Open Community (community heros, meetups …)
- Gitlab is developed by Gitlab in Gitlab
Gitlab Walkthrough
Gitlab CI/CD can do this ?!
2 mins for concepts!
Pipelines
Jobs
Rules and Conditions
What ?
- How can we control pipeline and job creation ?
only
and except
are the old wayrules
is the better way
Why ?
- Running jobs on merge requests
- Running jobs on special events
- Monorepos (
changes
) - Gitflow !
- …
Code reuse
What ?
include
and extends
- YAML anchors
!reference
Why ?
- Generic jobs
- Centralized configuration
- Monorepos
- …
Caching
What ?
- How it works ?!
- Keys and paths
- Cache policy
- Multiple caches
Why ?
- Caching dependencies
- Caching things that won’t change
- Caching everything (
untracked
) - …
Images and services
What ?
- Gitlab runners with docker executor
- Images should be the smallest
- Services !!
Why ?
- Clean jobs
- Dependencies included
- Integration testing
- …
DAG Pipelines
What ?
- By default jobs depends on all the jobs in the previous stage
- Fine grained control job dependency.
- Optional dependencies
Why ?
- Monorepos
- Huge pipelines
- Jobs running on specific branches (optional)
- …
Releases
What ?
- Releases can be created manually from the UI.
- gitlab-release-cli comes to the rescue.
- The release tag make things very easy.
Why ?
- Releases are crucial for every project.
- …
A lot more!
A lot more!
- Kubernetes integration
- Reports
- Templates
- Auto-Devops
- …
Thank you
Let’s be friends! 🤗