summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-05-23 15:46:20 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-05-23 15:46:20 +0000
commitdd454852bc941130820b1c647a8580d56acb2a4f (patch)
tree72b06a5a8a0fd7cdb095dc372e0849ed88817e51
parentc678b5bf24f5d068652fc257626ba84062069549 (diff)
parentbd7b91dab7bf2d4a4e83c0e5b7f8d4cccb23e136 (diff)
downloadgitlab-ce-dd454852bc941130820b1c647a8580d56acb2a4f.tar.gz
Merge branch 'docs/ssot_cicd_settings' into 'master'
Edit CI/CD settings for SSOT guidelines See merge request gitlab-org/gitlab-ce!28582
-rw-r--r--doc/user/admin_area/settings/continuous_integration.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/user/admin_area/settings/continuous_integration.md b/doc/user/admin_area/settings/continuous_integration.md
index 9dd476656ed..6c4abce83c2 100644
--- a/doc/user/admin_area/settings/continuous_integration.md
+++ b/doc/user/admin_area/settings/continuous_integration.md
@@ -1,3 +1,7 @@
+---
+type: reference
+---
+
# Continuous Integration and Deployment Admin settings **[CORE ONLY]**
In this area, you will find settings for Auto DevOps, Runners and job artifacts.
@@ -145,3 +149,15 @@ To set the duration for which the jobs will be considered as old and expired:
Once that time passes, the jobs will be archived and no longer able to be
retried. Make it empty to never expire jobs. It has to be no less than 1 day,
for example: <code>15 days</code>, <code>1 month</code>, <code>2 years</code>.
+
+<!-- ## Troubleshooting
+
+Include any troubleshooting steps that you can foresee. If you know beforehand what issues
+one might have when setting this up, or when something is changed, or on upgrading, it's
+important to describe those, too. Think of things that may go wrong and include them here.
+This is important to minimize requests for support, and to avoid doc comments with
+questions that you know someone might ask.
+
+Each scenario can be a third-level heading, e.g. `### Getting error message X`.
+If you have none to add when creating a doc, leave this section in place
+but commented out to help encourage others to add to it in the future. --> \ No newline at end of file