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
6f1dc16f
Commit
6f1dc16f
authored
Feb 19, 2021
by
Craig Norris
Committed by
Amy Qualls
Feb 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial concept update
Initial effort to revise Auto DevOps intro.
parent
4d29bbac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
21 deletions
+20
-21
doc/topics/autodevops/index.md
doc/topics/autodevops/index.md
+20
-21
No files found.
doc/topics/autodevops/index.md
View file @
6f1dc16f
...
...
@@ -6,29 +6,28 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Auto DevOps **(FREE)**
> - [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/37115) in GitLab 10.0.
> - Generally available on GitLab 11.0.
Auto DevOps are default CI/CD templates that auto-discover the source code you have. The
y
enable GitLab to automatically detect, build, test, deploy, and monitor your applications.
Leveraging
[
CI/CD best practices
](
../../ci/pipelines/pipeline_efficiency.md
)
and tools,
Auto DevOps aims to simplify the setup and execution of a mature and modern software
development lifecycle
.
## Overview
You can spend a lot of effort to set up the workflow and processes required to
build, deploy, and monitor your project. It gets worse when your company has
hundreds, if not thousands, of projects to maintain. With new projects
constantly starting up, the entire software development process becomes
impossibly complex to manage
.
Auto DevOps provides you a seamless software development process by
auto
matically detecting all dependencies and language technologies required to
test, build, package, deploy, and monitor every project with minimal
c
onfiguration. Automation enables consistency across your projects, seamless
management of processes, and faster creation of new projects: push your code
,
and GitLab does the rest,
improving your productivity and efficiency.
GitLab Auto DevOps helps to reduce the complexity of software delivery b
y
setting up pipelines and integrations for you. Instead of requiring you to
manually configure your entire GitLab environment, Auto DevOps configures
many of these areas for you, including security auditing and vulnerability
testing
.
Using Auto DevOps, you can:
-
Detect the language of your code.
-
Automatically build, test, and measure code quality.
-
Scan for potential vulnerabilities, security flaws, and licensing issues.
-
Monitor in real-time.
-
Deploy your application
.
The functionality of Auto DevOps is based on default CI/CD templates that
auto
-discover your source code. These templates enable GitLab to provide
consistency across your projects, seamless management of processes, and faster
c
reation of new projects. Leveraging
[
CI/CD best practices
](
../../ci/pipelines/pipeline_efficiency.md
)
and tools, Auto DevOps lets you push your code, with GitLab doing the rest
,
improving your productivity and efficiency.
<i
class=
"fa fa-youtube-play youtube"
aria-hidden=
"true"
></i>
For an introduction to Auto DevOps, watch
[
AutoDevOps in GitLab 11.0
](
https://youtu.be/0Tc0YYBxqi4
)
or see this
[
overview
](
https://about.gitlab.com/stages-devops-lifecycle/auto-devops/
)
.
...
...
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