2021-09-30 23:02:18 +05:30
|
|
|
fragment RunnerDetailsShared on CiRunner {
|
|
|
|
id
|
|
|
|
runnerType
|
|
|
|
active
|
|
|
|
accessLevel
|
|
|
|
runUntagged
|
|
|
|
locked
|
|
|
|
ipAddress
|
|
|
|
description
|
|
|
|
maximumTimeout
|
2022-04-04 11:22:00 +05:30
|
|
|
jobCount
|
2021-09-30 23:02:18 +05:30
|
|
|
tagList
|
2022-03-02 08:16:31 +05:30
|
|
|
createdAt
|
|
|
|
status(legacyMode: null)
|
2022-04-04 11:22:00 +05:30
|
|
|
contactedAt
|
|
|
|
version
|
|
|
|
editAdminUrl
|
|
|
|
userPermissions {
|
|
|
|
updateRunner
|
|
|
|
deleteRunner
|
|
|
|
}
|
|
|
|
groups {
|
|
|
|
# Only a single group can be loaded here, while projects
|
|
|
|
# are loaded separately using the query with pagination
|
|
|
|
# parameters `get_runner_projects.query.graphql`.
|
|
|
|
nodes {
|
|
|
|
id
|
|
|
|
avatarUrl
|
|
|
|
name
|
|
|
|
fullName
|
|
|
|
webUrl
|
|
|
|
}
|
|
|
|
}
|
2021-09-30 23:02:18 +05:30
|
|
|
}
|