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: 022d461dbec8305160c48fed64037b1b4dc66a9c (plain)
1
2
3
4
5
mutation retryMrFailedJob($id: CiBuildID!) {
  jobRetry(input: { id: $id }) {
    errors
  }
}