From ac08af10a530d28997b7bc45ca4ae1c544c3dc6e Mon Sep 17 00:00:00 2001 From: "Roland Edwards, AOE GmbH" <39269273+raedwards@users.noreply.github.com> Date: Wed, 16 May 2018 16:42:44 +0200 Subject: [PATCH] Update gitlab-ci.md --- radar/2017-10-01/gitlab-ci.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/radar/2017-10-01/gitlab-ci.md b/radar/2017-10-01/gitlab-ci.md index c519824..7af532d 100644 --- a/radar/2017-10-01/gitlab-ci.md +++ b/radar/2017-10-01/gitlab-ci.md @@ -4,13 +4,13 @@ ring: assess quadrant: tools --- -Till now we have been using [Jenkins](https://jenkins.io/) for almost every single task that we have automated. With [Gitlab CI](https://about.gitlab.com/features/gitlab-ci-cd/) on the market, we get quite a number of new possibilities. +Until now, we have been using [Jenkins](https://jenkins.io/) for almost every single task that we have automated. With [Gitlab CI](https://about.gitlab.com/features/gitlab-ci-cd/) on the market, we have a number of new possibilities. Some of the highlights are: -* Multi-platform: you can execute builds on Unix, Windows, OSX, and any other platform that supports Go. -* Multi-language: build scripts are command line driven and work with Java, PHP, Ruby, C, and any other language. -* Pipeline: you can define multiple jobs per stage and you can trigger other builds. -* Autoscaling: you can automatically spin up and down VM's to make sure your builds get processed immediately and minimize costs. -* Build artifacts: you can upload binaries and other build artifacts to GitLab and browse and download them. -* Docker support: you can use custom Docker images, spin up services as part of testing, build new Docker images, even run on Kubernetes. +* Multi-platform – you can execute builds on Unix, Windows, OSX, and any other platform that supports Go. +* Multi-language – build scripts are command-line driven and work with Java, PHP, Ruby, C and any other language. +* Pipeline – you can define multiple jobs per stage and you can trigger other builds. +* Autoscaling – you can automatically spin up and down VM's to make sure your builds get processed immediately and minimize costs. +* Build artifacts – you can upload binaries and other build artifacts to GitLab and browse and download them. +* Docker support – you can use custom Docker images, spin up services as part of testing, build new Docker images, even run on Kubernetes.