diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-06 10:37:10 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-06 10:37:10 +0200 |
commit | 24ac1d9b2a72682988fe619a1298332fe996280f (patch) | |
tree | 92aea27efd512a381a453fd7effb39a43254b497 /doc | |
parent | 20cbdf8065b4564855521cb5deda924a2458b962 (diff) | |
download | gitlab-ce-24ac1d9b2a72682988fe619a1298332fe996280f.tar.gz |
Replace the triggers docs with new images
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/triggers/img/builds_page.png | bin | 33324 -> 76181 bytes | |||
-rw-r--r-- | doc/ci/triggers/img/trigger_single_build.png | bin | 2387 -> 21152 bytes | |||
-rw-r--r-- | doc/ci/triggers/img/trigger_variables.png | bin | 4433 -> 9315 bytes | |||
-rw-r--r-- | doc/ci/triggers/img/triggers_page.png | bin | 12943 -> 12002 bytes | |||
-rw-r--r-- | doc/ci/yaml/README.md | 4 |
5 files changed, 3 insertions, 1 deletions
diff --git a/doc/ci/triggers/img/builds_page.png b/doc/ci/triggers/img/builds_page.png Binary files differindex 2dee8ee6107..c2cf4b1852c 100644 --- a/doc/ci/triggers/img/builds_page.png +++ b/doc/ci/triggers/img/builds_page.png diff --git a/doc/ci/triggers/img/trigger_single_build.png b/doc/ci/triggers/img/trigger_single_build.png Binary files differindex baf3fc183d8..fa86f0fee3d 100644 --- a/doc/ci/triggers/img/trigger_single_build.png +++ b/doc/ci/triggers/img/trigger_single_build.png diff --git a/doc/ci/triggers/img/trigger_variables.png b/doc/ci/triggers/img/trigger_variables.png Binary files differindex 908355c33a5..b2fcc65d304 100644 --- a/doc/ci/triggers/img/trigger_variables.png +++ b/doc/ci/triggers/img/trigger_variables.png diff --git a/doc/ci/triggers/img/triggers_page.png b/doc/ci/triggers/img/triggers_page.png Binary files differindex 69cec5cdebf..438f285ae2d 100644 --- a/doc/ci/triggers/img/triggers_page.png +++ b/doc/ci/triggers/img/triggers_page.png diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 86b94cf8f54..41d9112a618 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -139,7 +139,7 @@ Alias for [stages](#stages). Introduced in GitLab Runner v0.5.0. GitLab CI allows you to add variables to `.gitlab-ci.yml` that are set in the -build environment. The variables are stored in the git repository and are meant +build environment. The variables are stored in the Git repository and are meant to store non-sensitive project configuration, for example: ```yaml @@ -154,6 +154,8 @@ thus allowing to fine tune them. Variables can be also defined on [job level](#job-variables). +[Learn more about variables.](../variables/README.md) + ### cache >**Note:** |