Commit 740871ee authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch '56172/docs-fix-add-include-to-ci-param-list' into 'master'

Update CI YAML parameter table w/ 'include'

Closes #56172

See merge request gitlab-org/gitlab-ce!24309
parents 54c10987 ab4d40ea
---
title: Update CI YAML param table with include
merge_request: !24309
author:
type: fixed
......@@ -57,6 +57,7 @@ A job is defined by a list of parameters that define the job behavior.
|---------------|----------|-------------|
| [script](#script) | yes | Defines a shell script which is executed by Runner |
| [extends](#extends) | no | Defines a configuration entry that this job is going to inherit from |
| [include](#include) | no | Defines a configuration entry that allows this job to include external YAML files |
| [image](#image-and-services) | no | Use docker image, covered in [Using Docker Images](../docker/using_docker_images.md#define-image-and-services-from-gitlab-ciyml) |
| [services](#image-and-services) | no | Use docker services, covered in [Using Docker Images](../docker/using_docker_images.md#define-image-and-services-from-gitlab-ciyml) |
| [stage](#stage) | no | Defines a job stage (default: `test`) |
......
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