From e43ee2be51281320d2e15959072a81c053de0129 Mon Sep 17 00:00:00 2001 From: Ivan Nemytchenko Date: Thu, 1 Dec 2016 17:56:52 +0000 Subject: [PATCH 1/3] Update 2016-07-29-the-basics-of-gitlab-ci.html.md --- .../posts/2016-07-29-the-basics-of-gitlab-ci.html.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/source/posts/2016-07-29-the-basics-of-gitlab-ci.html.md b/source/posts/2016-07-29-the-basics-of-gitlab-ci.html.md index f8f15b15bca..9169d47ea9f 100644 --- a/source/posts/2016-07-29-the-basics-of-gitlab-ci.html.md +++ b/source/posts/2016-07-29-the-basics-of-gitlab-ci.html.md @@ -308,7 +308,13 @@ Below is the last section containing a more formal description of terms and keyw | [artifacts:expire_in](http://docs.gitlab.com/ce/ci/yaml/README.html#artifactsexpire_in) | Used to delete uploaded artifacts after the specified time | | [pipelines](http://docs.gitlab.com/ee/ci/pipelines.html#pipelines) | A pipeline is a group of builds that get executed in stages (batches) | + + Don't miss these GitLab CI stories as well: -- [Migrating from Jenkins to GitLab CI](https://about.gitlab.com/2016/07/22/building-our-web-app-on-gitlab-ci/) -- [Decreasing build time from 8 minutes 33 seconds to just 10 seconds](http://beenje.github.io/blog/posts/gitlab-ci-and-conda/) +- Read about [deployment using GitLab CI, and environments support](https://about.gitlab.com/2016/08/26/ci-deployment-and-environments/) +- Learn about [migrating from Jenkins to GitLab CI](https://about.gitlab.com/2016/07/22/building-our-web-app-on-gitlab-ci/) +- Learn how to [decrease build time](http://beenje.github.io/blog/posts/gitlab-ci-and-conda/) + + + -- GitLab From bc5780e02f16a9466c17a04c6fb0e0dfdd9ca890 Mon Sep 17 00:00:00 2001 From: Ivan Nemytchenko Date: Thu, 1 Dec 2016 17:58:20 +0000 Subject: [PATCH 2/3] Update 2016-07-29-the-basics-of-gitlab-ci.html.md --- source/posts/2016-07-29-the-basics-of-gitlab-ci.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/posts/2016-07-29-the-basics-of-gitlab-ci.html.md b/source/posts/2016-07-29-the-basics-of-gitlab-ci.html.md index 9169d47ea9f..615ed486956 100644 --- a/source/posts/2016-07-29-the-basics-of-gitlab-ci.html.md +++ b/source/posts/2016-07-29-the-basics-of-gitlab-ci.html.md @@ -310,7 +310,7 @@ Below is the last section containing a more formal description of terms and keyw -Don't miss these GitLab CI stories as well: +Also: - Read about [deployment using GitLab CI, and environments support](https://about.gitlab.com/2016/08/26/ci-deployment-and-environments/) - Learn about [migrating from Jenkins to GitLab CI](https://about.gitlab.com/2016/07/22/building-our-web-app-on-gitlab-ci/) -- GitLab From 9d2bd5d308b6f62d4c2d7996864fa30033ddbfd9 Mon Sep 17 00:00:00 2001 From: Ivan Nemytchenko Date: Fri, 2 Dec 2016 00:32:42 +0000 Subject: [PATCH 3/3] Update 2016-07-29-the-basics-of-gitlab-ci.html.md --- source/posts/2016-07-29-the-basics-of-gitlab-ci.html.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/source/posts/2016-07-29-the-basics-of-gitlab-ci.html.md b/source/posts/2016-07-29-the-basics-of-gitlab-ci.html.md index 615ed486956..0ad15b0844a 100644 --- a/source/posts/2016-07-29-the-basics-of-gitlab-ci.html.md +++ b/source/posts/2016-07-29-the-basics-of-gitlab-ci.html.md @@ -310,11 +310,10 @@ Below is the last section containing a more formal description of terms and keyw -Also: - -- Read about [deployment using GitLab CI, and environments support](https://about.gitlab.com/2016/08/26/ci-deployment-and-environments/) -- Learn about [migrating from Jenkins to GitLab CI](https://about.gitlab.com/2016/07/22/building-our-web-app-on-gitlab-ci/) -- Learn how to [decrease build time](http://beenje.github.io/blog/posts/gitlab-ci-and-conda/) +See also: +- [Learn how to set up deployment pipeline to multiple environments](https://about.gitlab.com/2016/08/26/ci-deployment-and-environments/) +- [Migrate from Jenkins to GitLab CI](https://about.gitlab.com/2016/07/22/building-our-web-app-on-gitlab-ci/) +- [Decrease build time with custom docker image](http://beenje.github.io/blog/posts/gitlab-ci-and-conda/) -- GitLab