From 776bc4c631c117d0996febaecbae0ec4181982e6 Mon Sep 17 00:00:00 2001 From: Dylan Griffith Date: Thu, 16 Aug 2018 10:52:41 +0100 Subject: Add feature flag doc for force_autodevops_on_by_default --- doc/topics/autodevops/index.md | 5 +++++ 1 file changed, 5 insertions(+) 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. -- cgit v1.2.1