diff options
author | Evan Read <eread@gitlab.com> | 2019-05-17 23:53:11 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-05-17 23:53:11 +0000 |
commit | 0e36d88c3e6e4dde51b59362e92e8ea760418c1c (patch) | |
tree | c02950b5febd86da057707e7a41586e64cd2166a | |
parent | 225e5fdfacdc373f94ff4f13f3e7298a14056a98 (diff) | |
parent | 7c73078f671afe7cfa131d685a28a9ccf311adc3 (diff) | |
download | gitlab-ce-0e36d88c3e6e4dde51b59362e92e8ea760418c1c.tar.gz |
Merge branch 'add-date-for-metrics' into 'master'
Add in release when metrics report was added
See merge request gitlab-org/gitlab-ce!28274
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 36b88ff12c2..31ff56e06f8 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1510,6 +1510,8 @@ be automatically shown in merge requests. ##### `artifacts:reports:metrics` **[PREMIUM]** +> Introduced in GitLab 11.10. + The `metrics` report collects [Metrics](../../ci/metrics_reports.md) as artifacts. |