Commit graph

6 commits

Author SHA1 Message Date
Evan Read
be4994140f Make cache vs artifacts section more visible, and minor enhancements to text. 2018-09-04 13:14:25 +10:00
Philipp Gildein
f75aaea8eb
Fix typo in LOTR reference in caching documentation
Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6324.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-29 17:35:37 +02:00
Karl-Philipp Richter
8788fb9257
Add information that artifacts can only exist relative to the build directory
As explained in https://gitlab.com/gitlab-org/gitlab-ce/issues/15530.
A note that the declaration of an absolute directory triggers a
misleading error message and that following job(s) can't find the file
is important to avoid large scale time waisting until the issue is
fixed.

Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6838.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-29 17:35:35 +02:00
Achilleas Pipinellis
8dbcd11075
Compress all PNG images under doc/
The pngquant tool was used https://pngquant.org, and particularly, the
following command:

        /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png

Before: 47584K
After : 34924K
2018-08-27 15:52:03 +02:00
Achilleas Pipinellis
fade3e2451
Add image for clearing the cache docs
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4642
2018-03-22 13:19:48 +01:00
Achilleas Pipinellis
d24ee39ebb
Gather info on CI/CD caching
- New cache page
- Move manual cache clearing to the new page
- Add all directives of cache in the yaml reference
2018-03-21 18:25:32 +01:00