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

runner_node.fragment.graphql « graphql « runner « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0835e3c7c092c90ad9c90519e1cdb4870b5e3586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
fragment RunnerNode on CiRunner {
  id
  description
  runnerType
  shortSha
  version
  revision
  ipAddress
  active
  locked
  tagList
  contactedAt
}