From 025ef3a6e250858bbc948367d85a8a1cfbf33ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20C=CC=8Cavoj?= Date: Mon, 13 Oct 2025 13:20:30 +0200 Subject: [PATCH 1/2] Update wording for prefill PEP variables Update the wording to mention that edit of the PEP YAML is enough to trigger refresh. Changelog: changed --- .../policies/pipeline_execution_policies.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/user/application_security/policies/pipeline_execution_policies.md b/doc/user/application_security/policies/pipeline_execution_policies.md index f80fdd91d29a86..d849b891a229e1 100644 --- a/doc/user/application_security/policies/pipeline_execution_policies.md +++ b/doc/user/application_security/policies/pipeline_execution_policies.md @@ -814,7 +814,11 @@ In this case, the job variable value `Project job variable value` takes preceden {{< alert type="warning" >}} This feature does not work with pipeline execution policies created before GitLab 18.5. -To use this feature with older pipeline execution policies, copy, delete, and recreate the policies. +To use this feature with older pipeline execution policies, you can either: + +- Make any change in the existing pipeline execution policy configuration YAML. +- Copy, delete, and recreate the policies. + For more information, see [recreate pipeline execution policies](#recreate-pipeline-execution-policies). {{< /alert >}} -- GitLab From b1b33383c86bf7fdd7b0f0e91a69bfe27a3fd115 Mon Sep 17 00:00:00 2001 From: Ryan Lehmann Date: Tue, 14 Oct 2025 10:51:17 -0400 Subject: [PATCH 2/2] Apply 1 suggestion(s) to 1 file(s) --- .../policies/pipeline_execution_policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/application_security/policies/pipeline_execution_policies.md b/doc/user/application_security/policies/pipeline_execution_policies.md index d849b891a229e1..8c0a2ecad954cb 100644 --- a/doc/user/application_security/policies/pipeline_execution_policies.md +++ b/doc/user/application_security/policies/pipeline_execution_policies.md @@ -816,7 +816,7 @@ In this case, the job variable value `Project job variable value` takes preceden This feature does not work with pipeline execution policies created before GitLab 18.5. To use this feature with older pipeline execution policies, you can either: -- Make any change in the existing pipeline execution policy configuration YAML. +- Make any change to the existing YAML configuration files for the pipeline execution policies. - Copy, delete, and recreate the policies. For more information, see [recreate pipeline execution policies](#recreate-pipeline-execution-policies). -- GitLab