summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gonzalez <ogonzalez@gitlab.com>2018-05-23 12:04:35 -0400
committerOlivier Gonzalez <ogonzalez@gitlab.com>2018-05-23 19:26:57 -0400
commit8c8a794fc89211e6d8a5df24cc00e521889e202c (patch)
treefb1935c66a68e01042d7e7fadebf8d3e4e236f97
parent34fc5730c7e91c936afbc026243d0d4725ae66d7 (diff)
downloadgitlab-ce-5779_rename_code_quality_job_and_artifact.tar.gz
Add deprecation notice in documentation5779_rename_code_quality_job_and_artifact
-rw-r--r--doc/ci/examples/code_climate.md7
1 files changed, 7 insertions, 0 deletions
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/