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

Formale Metadaten

Titel
GitLab CI: (almost) effortless Open Source CI
Untertitel
an introduction at how testing with gitlab CI is advanced, yet simple to manage
Serientitel
Anzahl der Teile
611
Autor
N. N.
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
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.