Commit fe4ba437 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'docs-auto-devops-intro-1' into 'master'

Initial Auto DevOps concept content update

See merge request gitlab-org/gitlab!54690
parents c850da9c 6f1dc16f
...@@ -6,29 +6,28 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -6,29 +6,28 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Auto DevOps **(FREE)** # Auto DevOps **(FREE)**
> - [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/37115) in GitLab 10.0.
> - Generally available on GitLab 11.0. > - Generally available on GitLab 11.0.
Auto DevOps are default CI/CD templates that auto-discover the source code you have. They GitLab Auto DevOps helps to reduce the complexity of software delivery by
enable GitLab to automatically detect, build, test, deploy, and monitor your applications. setting up pipelines and integrations for you. Instead of requiring you to
Leveraging [CI/CD best practices](../../ci/pipelines/pipeline_efficiency.md) and tools, manually configure your entire GitLab environment, Auto DevOps configures
Auto DevOps aims to simplify the setup and execution of a mature and modern software many of these areas for you, including security auditing and vulnerability
development lifecycle. testing.
## Overview Using Auto DevOps, you can:
You can spend a lot of effort to set up the workflow and processes required to - Detect the language of your code.
build, deploy, and monitor your project. It gets worse when your company has - Automatically build, test, and measure code quality.
hundreds, if not thousands, of projects to maintain. With new projects - Scan for potential vulnerabilities, security flaws, and licensing issues.
constantly starting up, the entire software development process becomes - Monitor in real-time.
impossibly complex to manage. - Deploy your application.
Auto DevOps provides you a seamless software development process by The functionality of Auto DevOps is based on default CI/CD templates that
automatically detecting all dependencies and language technologies required to auto-discover your source code. These templates enable GitLab to provide
test, build, package, deploy, and monitor every project with minimal consistency across your projects, seamless management of processes, and faster
configuration. Automation enables consistency across your projects, seamless creation of new projects. Leveraging [CI/CD best practices](../../ci/pipelines/pipeline_efficiency.md)
management of processes, and faster creation of new projects: push your code, and tools, Auto DevOps lets you push your code, with GitLab doing the rest,
and GitLab does the rest, improving your productivity and efficiency. improving your productivity and efficiency.
<i class="fa fa-youtube-play youtube" aria-hidden="true"></i> <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/). 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/).
......
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