GithubHelp home page GithubHelp logo

adriengibrat / i-gitlabci.md Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 501 KB

Open R&Day 2019 quick talk

Home Page: https://adriengibrat.github.io/I-GitlabCI.md/

HTML 61.98% JavaScript 17.30% CSS 20.71%

i-gitlabci.md's Introduction

title: I ❤ Gitlab CI author: name: I'm Adrien, frontend developer email: [email protected] theme: ./theme controls: false output: index.html

--

I Gitlab CI

Gitlab logo

-- screen

What are we talking about?

Gitlab pipeline

--

Simple & Bold

Fully versioned along source [in a simple .gitlab-ci.yml file](https://docs.gitlab.com/ce/ci/yaml/)

Self-contained execution [using Docker](https://docs.gitlab.com/ce/ci/docker/using_docker_images.html)

Easy to setup & use [with extensive documentation](https://docs.gitlab.com/ce/ci/introduction/)

--

Gitlab CI @ Oodrive

Frontend team happily switched from Jenkins 1.x in 2016

no plugins [biggest Jenkins strength & weakness](https://news.ycombinator.com/item?id=17902882)

run in isolation [only environment variables are injected](https://docs.gitlab.com/ce/ci/variables/)

well integrated [with other gitlab features](https://about.gitlab.com/features/)

--

Covers various use cases

Successful for multiple pipeline types

--

What does it look like ?

Few examples how we use Gitlab CI

-- screen

Pipelines show jobs status at each step

Visible pipeline details [in Merge Request view ](https://about.gitlab.com/2016/07/29/the-basics-of-gitlab-ci/)

Gitlab Pipeline in MR

-- screen full

Jobs log task execution & keep artifacts

Easy to read logs [ansi colors support](https://gitlab.com/gitlab-org/gitlab-ce/issues/37898)

Save artifacts between jobs [to access it later](https://docs.gitlab.com/ce/user/project/pipelines/job_artifacts.html)

Gitlab CI Job view

-- screen large

Using template allow DRY CI settings

Reusable versioned templates [with include & extends](https://docs.gitlab.com/ce/ci/yaml/#include)

Gitlab CI yaml

--

Last tips

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.