summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-11-03 16:37:13 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2017-11-03 16:37:13 +0000
commit4841c3cb4565996b1a54ef045f9f84548dcc5d6a (patch)
tree88aa6afd5092372a8d3954f5369b8abb4ec5c046 /doc
parent4250f38f44556644532ab40bfb11993753ec3c70 (diff)
parent7eb821a571ecb6278e24d1f5480d718479c8bc47 (diff)
downloadgitlab-ce-4841c3cb4565996b1a54ef045f9f84548dcc5d6a.tar.gz
Merge branch '38500-auto-devops-application-setting-is-not-documented' into 'master'
Resolve "Auto DevOps application setting is not documented" Closes #38500 See merge request gitlab-org/gitlab-ce!15170
Diffstat (limited to 'doc')
-rw-r--r--doc/topics/autodevops/index.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 042cde3f01e..1cfdabac248 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -144,6 +144,12 @@ has a `.gitlab-ci.yml` or not:
All you need to do is remove your existing `.gitlab-ci.yml`, and you can even
do that in a branch to test Auto DevOps before committing to `master`.
+NOTE: **Note:**
+If you are a GitLab Administrator, you can enable Auto DevOps instance wide
+in **Admin Area > Settings > Continuous Integration and Deployment**. Doing that,
+all the projects that haven't explicitly set an option will have Auto DevOps
+enabled by default.
+
## Stages of Auto DevOps
The following sections describe the stages of Auto DevOps. Read them carefully