Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d5105f3f
Commit
d5105f3f
authored
Dec 24, 2019
by
Evan Read
Committed by
Marcel Amirault
Dec 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add changes to default behaviour in docs
parent
77ada8a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
doc/topics/autodevops/index.md
doc/topics/autodevops/index.md
+14
-6
No files found.
doc/topics/autodevops/index.md
View file @
d5105f3f
...
...
@@ -19,12 +19,20 @@ For an introduction to Auto DevOps, watch [AutoDevOps in GitLab 11.0](https://yo
## Enabled by default
Starting with GitLab 11.3, the Auto DevOps pipeline is enabled by default for all
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
[
CI/CD configuration file
](
../../ci/yaml/README.md
)
if one is found. A GitLab
administrator can
[
change this setting
](
../../user/admin_area/settings/continuous_integration.md#auto-devops-core-only
)
in the admin area.
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/issues/41729) in GitLab 11.3.
Auto DevOps is enabled by default for all projects and will attempt to run on all pipelines
in each project. This default can be enabled or disabled by an instance administrator in the
[
Auto DevOps settings
](
../../user/admin_area/settings/continuous_integration.md#auto-devops-core-only
)
.
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment