Skip to content

Remove unused pipeline-help-path from sec config

What does this MR do?

It removes an unused property and redundant logic from the frontend:

On the security-configuration page a help link is displayed within a callout. This should display a link to the autodevops-help page if it is enabled. Otherwise it should either go to the latest pipeline or to the pipelines help-page if there are no previous runs.

This logic was implemented in the frontend and it expected a link to:

  1. autodevops-help page
  2. latest pipeline
  3. latest pipeline help page

However, the backend does not provide the link to the pipelines-help page separately but sends it within latestPipelinePath if no pipelines have run before.

Does this MR meet the acceptance criteria?

Conformity

Closes #208865 (closed)

Edited by David Pisek

Merge request reports

Loading