diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-11-10 21:16:12 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-01 09:04:51 +0200 |
commit | 11b204f1312c3d6aa579b7a04cb4bcf794ad5239 (patch) | |
tree | 74061b8b6cfede87324dafa6d961175e6cfb102b /doc/ci/quick_start | |
parent | e70fb9cf75d08e8439d94637726dbee7e2324ab6 (diff) | |
download | gitlab-ce-11b204f1312c3d6aa579b7a04cb4bcf794ad5239.tar.gz |
Final touches for the quick start quide
Diffstat (limited to 'doc/ci/quick_start')
-rw-r--r-- | doc/ci/quick_start/README.md | 6 | ||||
-rw-r--r-- | doc/ci/quick_start/img/build_log.png | bin | 0 -> 63272 bytes | |||
-rw-r--r-- | doc/ci/quick_start/img/builds_status.png | bin | 0 -> 49121 bytes | |||
-rw-r--r-- | doc/ci/quick_start/img/runners_activated.png | bin | 60769 -> 27597 bytes |
4 files changed, 4 insertions, 2 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md index 073146b9d15..7771d78d91f 100644 --- a/doc/ci/quick_start/README.md +++ b/doc/ci/quick_start/README.md @@ -16,7 +16,7 @@ In brief, the steps needed to have a working CI can be summed up to: 1. Configure a Runner From there on, on every push to your git repository the build will be -automagically started by the runner and will appear under the project's +automagically started by the Runner and will appear under the project's `/builds` page. Now, let's break it down to pieces and work on solving the GitLab CI puzzle. @@ -120,6 +120,8 @@ Notice that there are two jobs pending which are named after what we wrote in `.gitlab-ci.yml`. The red triangle indicates that there is no Runner configured yet for these builds. +The next step is to configure a Runner so that it picks the pending jobs. + ## 2. Configuring a Runner In GitLab, Runners run the builds that you define in `.gitlab-ci.yml`. @@ -136,8 +138,8 @@ Find more information about different Runners in the You can find whether any Runners are assigned to your project by going to **Settings** -> **Runners**. - Setting up a Runner is easy and straightforward. The official Runner supported + by GitLab is written in Go and can be found at <https://gitlab.com/gitlab-org/gitlab-ci-multi-runner>. diff --git a/doc/ci/quick_start/img/build_log.png b/doc/ci/quick_start/img/build_log.png Binary files differnew file mode 100644 index 00000000000..89e6cd40cb6 --- /dev/null +++ b/doc/ci/quick_start/img/build_log.png diff --git a/doc/ci/quick_start/img/builds_status.png b/doc/ci/quick_start/img/builds_status.png Binary files differnew file mode 100644 index 00000000000..b8e6c2a361a --- /dev/null +++ b/doc/ci/quick_start/img/builds_status.png diff --git a/doc/ci/quick_start/img/runners_activated.png b/doc/ci/quick_start/img/runners_activated.png Binary files differindex c934bd12f41..eafcfd6ecd5 100644 --- a/doc/ci/quick_start/img/runners_activated.png +++ b/doc/ci/quick_start/img/runners_activated.png |