Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-12-07 21:46:27 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-12-07 21:46:27 +0300
commit2ac6d806900f3aea708b3fcdc32463235f83eb73 (patch)
tree77cee98a97df5980418715555c74bda4399bdfbd /doc/ci
parent30bc983c340de3641b952606c154c7a413368ab6 (diff)
Clean up docs for dependencies validation
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/yaml/README.md18
1 files changed, 11 insertions, 7 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index ac5d99c71fc..32464cbb259 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1153,15 +1153,19 @@ deploy:
script: make deploy
```
->**Note:**
-> Introduced in GitLab 10.3
-> This is the user documentation. For the administration guide see
- [administration/job_artifacts](../../../administration/job_artifacts.md#validation_for_dependency).
+#### When a dependent job will fail
+
+> Introduced in GitLab 10.3.
-If a depended job doesn't have artifacts by the following reason, the depending job will fail.
+If the artifacts of the job that is set as a dependency have been
+[expired](#artifacts-expire_in) or
+[erased](../../user/project/pipelines/job_artifacts.md#erasing-artifacts), then
+the dependent job will fail.
-1. A depended `artifacts` has been [erased](https://docs.gitlab.com/ee/api/jobs.html#erase-a-job).
-1. A depended `artifacts` has been [expired](https://docs.gitlab.com/ee/ci/yaml/#artifacts-expire_in).
+NOTE: **Note:**
+You can ask your administrator to
+[flip this switch](../../administration/job_artifacts.md#validation-for-dependencies)
+and bring back the old behavior.
### before_script and after_script