Query
Response
Queries
gitlabAutoRetryRules
Gitlab auto retry rules for Query.
QUERY
gitlabAutoRetryRules(projectId: ID): [GitLabAutoRetryRule!]!Arguments
projectId
ID
Project id used by gitlabAutoRetryRules.
Returns
id
ID!
Id for GitLabAutoRetryRule.
projectId
ID!
Project id for GitLabAutoRetryRule.
pipelineId
ID
Pipeline id for GitLabAutoRetryRule.
enabled
Boolean!
Enabled for GitLabAutoRetryRule.
maxAttempts
Int!
Max attempts for GitLabAutoRetryRule.
attempts
Int!
Attempts for GitLabAutoRetryRule.
lastError
String
Last error for GitLabAutoRetryRule.
lastAttemptAt
String
Last attempt at for GitLabAutoRetryRule.
createdAt
String!
Created at for GitLabAutoRetryRule.
updatedAt
String!
Updated at for GitLabAutoRetryRule.
executions
Executions for GitLabAutoRetryRule.
Query
Response