Skip to content

Update link to documentation pipeline execution policy

What does this MR do and why?

The code changes update the help page link for the Pipeline Execution Policies feature in the Security Orchestration component of the application. The updated link now points to the correct help page, ensuring users have access to the most relevant information and guidance when configuring their conditions in the pipeline execution file.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Description UI
Link to documentation link.mov

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Enable feature flag

    Feature.enable(:pipeline_execution_policy_type)
    1. Go to group/project
    2. Secure -> Policies -> New policy
    3. New pipeline execution policy
    4. Click link in Conditions section

Related to #470898 (closed)

Merge request reports