Skip to content

Fix users encounters 404 Not Found error when it's bridge job

Shinya Maeda requested to merge fix-job-url-404-when-bridge into master

What does this MR do and why?

This MR fixes that users encounter 404 Not Found error when they click a job link that triggers a downstream pipeline. This bug only appears when user navigates from non-pipeline page, such as environment page. After this fix, they're redirected to the downstream pipeline page, which is the same behavior with the pipeline page.

Related to Support `environment` keyword with `trigger` ke... (#369061 - closed)

Screenshots or screen recordings

  1. Visit Environment details page and click a job URL 2023-08-28_14-43
Before After
2023-08-28_14-45 2023-08-28_14-44

How to set up and validate locally

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Shinya Maeda

Merge request reports