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

retry_pipeline.mutation.graphql « mutations « graphql « pipelines « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b3b0822653a4dc43fccdaba82344848d6049fb9 (plain)
1
2
3
4
5
mutation retryPipeline($id: CiPipelineID!) {
  pipelineRetry(input: { id: $id }) {
    errors
  }
}