diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2019-05-27 20:53:21 +0100 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2019-05-27 20:53:21 +0100 |
commit | 347d91f86b73158d56a244fb2a865379456bd8ed (patch) | |
tree | 40abf1797ace01232d9083d229edeea93627a68e | |
parent | 785e55c23ee2480ef90510dcf63b5a7a2c6fe9ce (diff) | |
download | gitlab-ce-docs-ssot-ci-1.tar.gz |
Add doc typedocs-ssot-ci-1
For ssot epic
-rw-r--r-- | doc/ci/enable_or_disable_ci.md | 4 | ||||
-rw-r--r-- | doc/ci/git_submodules.md | 4 | ||||
-rw-r--r-- | doc/ci/junit_test_reports.md | 4 | ||||
-rw-r--r-- | doc/ci/metrics_reports.md | 4 | ||||
-rw-r--r-- | doc/ci/multi_project_pipelines.md | 4 | ||||
-rw-r--r-- | doc/ci/pipelines.md | 4 |
6 files changed, 24 insertions, 0 deletions
diff --git a/doc/ci/enable_or_disable_ci.md b/doc/ci/enable_or_disable_ci.md index 7aa7de97c43..9934d543991 100644 --- a/doc/ci/enable_or_disable_ci.md +++ b/doc/ci/enable_or_disable_ci.md @@ -1,3 +1,7 @@ +--- +type: reference +--- + # How to enable or disable GitLab CI/CD To effectively use GitLab CI/CD, you need a valid [`.gitlab-ci.yml`](yaml/README.md) diff --git a/doc/ci/git_submodules.md b/doc/ci/git_submodules.md index 37078230b34..551044dd76f 100644 --- a/doc/ci/git_submodules.md +++ b/doc/ci/git_submodules.md @@ -1,3 +1,7 @@ +--- +type: reference +--- + # Using Git submodules with GitLab CI > **Notes:** diff --git a/doc/ci/junit_test_reports.md b/doc/ci/junit_test_reports.md index 799217c9a08..fa78f53f563 100644 --- a/doc/ci/junit_test_reports.md +++ b/doc/ci/junit_test_reports.md @@ -1,3 +1,7 @@ +--- +type: reference +--- + # JUnit test reports > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/45318) in GitLab 11.2. diff --git a/doc/ci/metrics_reports.md b/doc/ci/metrics_reports.md index 83a7094faaa..b7824402d45 100644 --- a/doc/ci/metrics_reports.md +++ b/doc/ci/metrics_reports.md @@ -1,3 +1,7 @@ +--- +type: reference +--- + # Metrics Reports **[PREMIUM]** > [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/9788) in [GitLab Premium](https://about.gitlab.com/pricing) 11.10. diff --git a/doc/ci/multi_project_pipelines.md b/doc/ci/multi_project_pipelines.md index 556059c01b6..17d5599e40a 100644 --- a/doc/ci/multi_project_pipelines.md +++ b/doc/ci/multi_project_pipelines.md @@ -1,3 +1,7 @@ +--- +type: reference +--- + # Multi-project pipelines **[PREMIUM]** > [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/2121) in diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md index 4dbe1a85588..8b0634ed268 100644 --- a/doc/ci/pipelines.md +++ b/doc/ci/pipelines.md @@ -1,3 +1,7 @@ +--- +type: reference +--- + # Creating and using CI/CD pipelines > Introduced in GitLab 8.8. |