From 878a8d11f9f56508bfb4b46b940ebadf1d730742 Mon Sep 17 00:00:00 2001 From: Mark Nuzzo <mnuzzo@gitlab.com> Date: Mon, 4 Dec 2023 11:18:33 +0000 Subject: [PATCH] Adding note about what variables can do --- doc/ci/yaml/inputs.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/ci/yaml/inputs.md b/doc/ci/yaml/inputs.md index d32b949495c81..a6c2497de3acf 100644 --- a/doc/ci/yaml/inputs.md +++ b/doc/ci/yaml/inputs.md @@ -9,6 +9,11 @@ info: To determine the technical writer assigned to the Stage/Group associated w > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/391331) in GitLab 15.11 as a Beta feature. > - Made generally available in GitLab 16.6. +Use inputs to increase the flexibility of CI/CD configuration files that are designed +to be reused. + +Inputs can use CI/CD variables, but have the same [variable limitations as the `include` keyword](includes.md#use-variables-with-include). + ## Define input parameters with `spec:inputs` Use `spec:inputs` to define input parameters for CI/CD configuration intended to be added -- GitLab