diff options
| author | Jason Lenny <jason@gitlab.com> | 2019-08-15 10:02:42 +0000 |
|---|---|---|
| committer | Jason Lenny <jason@gitlab.com> | 2019-08-15 10:02:42 +0000 |
| commit | 6e6146fa3b50118807428bdb93ecf1e803416f6c (patch) | |
| tree | b459187ed0f0d9e41f779367ebf6b3fcee62a61e /doc | |
| parent | bc9ef1b9cac433b0cacbaebb63ad457b1676078e (diff) | |
| download | gitlab-ce-6e6146fa3b50118807428bdb93ecf1e803416f6c.tar.gz | |
Apply suggestion to doc/ci/directed_acyclic_graph/index.md
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ci/directed_acyclic_graph/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/directed_acyclic_graph/index.md b/doc/ci/directed_acyclic_graph/index.md index 7955f528693..2f000719c04 100644 --- a/doc/ci/directed_acyclic_graph/index.md +++ b/doc/ci/directed_acyclic_graph/index.md @@ -4,7 +4,7 @@ type: reference # Directed Acyclic Graph -> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/47063) in GitLab 12.2. +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/47063) in GitLab 12.2 (enabled by `ci_dag_support` feature flag). A [directed acyclic graph](https://www.techopedia.com/definition/5739/directed-acyclic-graph-dag) can be used in the context of a CI/CD pipeline to build relationships between jobs such that |
