We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

GitLab CI: (almost) effortless Open Source CI

Formal Metadata

Title
GitLab CI: (almost) effortless Open Source CI
Subtitle
an introduction at how testing with gitlab CI is advanced, yet simple to manage
Title of Series
Number of Parts
611
Author
N. N.
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2017

Content Metadata

Subject Area
Genre
Abstract
Since version 8.0 GitLab has been including GitLab CI as a core functionality.Doing this made the open source project one of the top contenders for self-hosted (often on-premise) environments. Making the integration between gitlaband gitlab CI so strong has allowed the project to take away much of thetraditional pain of setting up CI. In this talk we'll look at what GitLab CIhas to offer these days. We'll look through how to set up a simple job in a git repository all the waythrough making it a pipeline that runs jobs in parallel on remote machines indocker containers. We'll look at what the strengths and the weaknesses are andgive some tips for running a GitLab CI environment in production.