Welcome to mirror list, hosted at ThFree Co, Russian Federation.

retry_mr_failed_job.mutation.graphql « mutations « graphql « merge_requests « ci « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f6de6cde9d01008701b2530db44ade91ac46471f (plain)
1
2
3
4
5
mutation retryMrFailedJob($id: CiProcessableID!) {
  jobRetry(input: { id: $id }) {
    errors
  }
}