Skip to content

Remove job_webhook_retries_count feature flag

Reuben Pereira requested to merge rp/remove-job-retries-count-ff into master

What does this MR do and why?

Remove the job_webhook_retries_count feature flag.

#382046 (closed)

Screenshots or screen recordings

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

Before After

How to set up and validate locally

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

  1. Start your GDK and open a project where you can run a CI pipeline.
  2. Go to project settings -> Webhooks.
  3. Add a URL and random text as token. You can use a service like https://requestcatcher.com/ for the URL.
  4. Select job events and save.
  5. Start a CI pipeline or retry a job in an existing CI pipeline.
  6. Check the payload of the webhook requests you receive. There should be a key named retries_count.

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 Reuben Pereira

Merge request reports