Skip to content

Resolve: "Pipelines: When we retry a pipeline 2 requests are made to the pipelines endpoint"

Filipa Lacerda requested to merge 30237-pipelines-actions-make-2-requests into master

What does this MR do?

When the user clicks on retry or cancel, server should send 204 response.

Changes made:

  • Frontend makes HTTP request with content-type: 'application/json'
  • Backend send 204 for JSON

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #30237 (closed)

Merge request reports