diff options
author | James Lopez <james@jameslopez.es> | 2016-12-15 12:40:33 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-12-15 12:40:33 +0100 |
commit | 0ddc5f667e60db6f7f6021dec55a1c9feab852ab (patch) | |
tree | 46734626483fda5540ff30104c8dfe9c9d0a88bc /doc/ci | |
parent | 01ffcceb81f1a556cdce15ec89c15be12dba9732 (diff) | |
download | gitlab-ce-0ddc5f667e60db6f7f6021dec55a1c9feab852ab.tar.gz |
add new runner script attempts docs and update .gitlab-ci.yml
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/variables/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index e0ff9756868..a3ce44d72c6 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -58,6 +58,9 @@ version of Runner required. | **CI_RUNNER_DESCRIPTION** | 8.10 | 0.5 | The description of the runner as saved in GitLab | | **CI_RUNNER_TAGS** | 8.10 | 0.5 | The defined runner tags | | **CI_DEBUG_TRACE** | all | 1.7 | Whether [debug tracing](#debug-tracing) is enabled | +| **GET_SOURCES_ATTEMPTS** | 8.15 | 1.9 | Number of attempts to fetch sources running a build | +| **ARTIFACT_DOWNLOAD_ATTEMPTS** | 8.15 | 1.9 | Number of attempts to download artifacts running a build | +| **RESTORE_CACHE_ATTEMPTS** | 8.15 | 1.9 | Number of attempts to restore the cache running a build | | **GITLAB_USER_ID** | 8.12 | all | The id of the user who started the build | | **GITLAB_USER_EMAIL** | 8.12 | all | The email of the user who started the build | |