diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2018-08-15 09:20:21 -0500 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2018-08-20 10:54:18 -0500 |
commit | 25c66c516d653bbd2a8f99b32581008d07fd0180 (patch) | |
tree | d6e9c1984bf61bf472de51d956fdb4f48d2211e2 /doc | |
parent | 9e7bc3fe0bac41dcebc4a78932bb87765baa837d (diff) | |
download | gitlab-ce-25c66c516d653bbd2a8f99b32581008d07fd0180.tar.gz |
Adds documentation stating ADO will be gradually enabled on 11.3doc-39923-automatically-disable-auto-devops-for-project
Diffstat (limited to 'doc')
-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 0474182e324..c3ec4d0598b 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -238,6 +238,12 @@ 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)`. +NOTE: **Enabled by default:** +Starting with GitLab 11.3, the Auto DevOps pipeline will be enabled by default for all +projects. If it's not explicitly enabled for the project, Auto DevOps will be automatically +disabled on the first pipeline failure. Your project will continue to use an alternative +[CI/CD configuration file](../../ci/yaml/README.md) if one is found. + ### Deployment strategy > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/38542) in GitLab 11.0. |