diff options
author | Fabio Busatto <fabio@gitlab.com> | 2017-11-03 08:25:32 +0000 |
---|---|---|
committer | bikebilly <fabio@gitlab.com> | 2017-11-03 09:49:47 +0100 |
commit | 7eb821a571ecb6278e24d1f5480d718479c8bc47 (patch) | |
tree | da7d5f6b5a18585c76f3ff3969a7d82df3c507f1 | |
parent | d51ad1ea6407d3cb9eafd9fc891c7348b10b108f (diff) | |
download | gitlab-ce-7eb821a571ecb6278e24d1f5480d718479c8bc47.tar.gz |
Add application setting to Auto DevOps docs38500-auto-devops-application-setting-is-not-documented
-rw-r--r-- | doc/topics/autodevops/index.md | 6 |
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 |