diff options
author | Fabio Busatto <fabio@gitlab.com> | 2017-12-15 11:38:55 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-12-15 11:38:55 +0000 |
commit | 1bc5c1a9c4f68ea9622558552ea4b485114e1e0a (patch) | |
tree | 2302afa1a2cd631ae78beff9f581f180c2221582 /doc | |
parent | 17472c9c3209788cb82e7e1df219dc3c0b3160ab (diff) | |
download | gitlab-ce-1bc5c1a9c4f68ea9622558552ea4b485114e1e0a.tar.gz |
Add note about automatic pipelines when enabling Auto DevOps
Diffstat (limited to 'doc')
-rw-r--r-- | doc/topics/autodevops/index.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index d100b431721..d0312de8a6d 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -147,6 +147,10 @@ has a `.gitlab-ci.yml` or not: do that in a branch to test Auto DevOps before committing to `master`. NOTE: **Note:** +Starting with GitLab 10.3, when enabling Auto DevOps, a pipeline is +automatically run on the default branch. + +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 |