Remove job_webhook_retries_count feature flag
What does this MR do and why?
Remove the job_webhook_retries_count
feature flag.
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.
- Start your GDK and open a project where you can run a CI pipeline.
- Go to project settings -> Webhooks.
- Add a URL and random text as token. You can use a service like https://requestcatcher.com/ for the URL.
- Select job events and save.
- Start a CI pipeline or retry a job in an existing CI pipeline.
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Reuben Pereira