summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2018-08-16 10:52:41 +0100
committerDylan Griffith <dyl.griffith@gmail.com>2018-08-16 10:55:36 +0100
commit776bc4c631c117d0996febaecbae0ec4181982e6 (patch)
tree5adaed1ec1f8da56c8a1cfc5ed45fd718184ef5d
parent515245c27d7a323c371831e9408149175c1292ef (diff)
downloadgitlab-ce-776bc4c631c117d0996febaecbae0ec4181982e6.tar.gz
Add feature flag doc for force_autodevops_on_by_default50193-feature-flag-force-enable-auto-devops
-rw-r--r--doc/topics/autodevops/index.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index f5574506595..0474182e324 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -233,6 +233,11 @@ 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.
+NOTE: **Note:**
+There is also a feature flag to enable Auto DevOps to a percentage of projects
+which can be enabled from the console with
+`Feature.get(:force_autodevops_on_by_default).enable_percentage_of_actors(10)`.
+
### Deployment strategy
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/38542) in GitLab 11.0.