Commit 7f3c4300 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'eread/add-no-auto-run-for-auto-devops' into 'master'

Add changes to default behaviour in docs

See merge request gitlab-org/gitlab!21975
parents 77ada8a6 d5105f3f
...@@ -19,12 +19,20 @@ For an introduction to Auto DevOps, watch [AutoDevOps in GitLab 11.0](https://yo ...@@ -19,12 +19,20 @@ For an introduction to Auto DevOps, watch [AutoDevOps in GitLab 11.0](https://yo
## Enabled by default ## Enabled by default
Starting with GitLab 11.3, the Auto DevOps pipeline is enabled by default for all > [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/issues/41729) in GitLab 11.3.
projects. If it has not been explicitly enabled for the project, Auto DevOps will be automatically
disabled on the first pipeline failure. Your project will continue to use an alternative Auto DevOps is enabled by default for all projects and will attempt to run on all pipelines
[CI/CD configuration file](../../ci/yaml/README.md) if one is found. A GitLab in each project. This default can be enabled or disabled by an instance administrator in the
administrator can [change this setting](../../user/admin_area/settings/continuous_integration.md#auto-devops-core-only) [Auto DevOps settings](../../user/admin_area/settings/continuous_integration.md#auto-devops-core-only).
in the admin area. It will be automatically disabled in individual projects on their first pipeline failure,
if it has not been explicitly enabled for the project.
Since [GitLab 12.7](https://gitlab.com/gitlab-org/gitlab/issues/26655), Auto DevOps
will run on pipelines automatically only if a [`Dockerfile` or matching buildpack](#auto-build)
exists.
If a [CI/CD configuration file](../../ci/yaml/README.md) is present in the project,
it will continue to be used, whether or not Auto DevOps is enabled.
## Quick start ## Quick start
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment