From 8c8a794fc89211e6d8a5df24cc00e521889e202c Mon Sep 17 00:00:00 2001 From: Olivier Gonzalez Date: Wed, 23 May 2018 12:04:35 -0400 Subject: Add deprecation notice in documentation --- doc/ci/examples/code_climate.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/ci/examples/code_climate.md') diff --git a/doc/ci/examples/code_climate.md b/doc/ci/examples/code_climate.md index de49c34130f..cc19e090964 100644 --- a/doc/ci/examples/code_climate.md +++ b/doc/ci/examples/code_climate.md @@ -37,6 +37,13 @@ so, the CI/CD job must be named `code_quality` and the artifact path must be `gl-code-quality-report.json`. [Learn more on code quality diffs in merge requests](https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html). +CAUTION: **Caution:** +Code Quality was previously using `codeclimate` and `codequality` for job name and +`codeclimate.json` for the artifact name. While these old names +are still maintained they have been deprecated with GitLab 11.0 and may be removed +in next major release, GitLab 12.0. You are advised to update your current `.gitlab-ci.yml` +configuration to reflect that change. + [cli]: https://github.com/codeclimate/codeclimate [dind]: ../docker/using_docker_build.md#use-docker-in-docker-executor [ee]: https://about.gitlab.com/products/ -- cgit v1.2.1