Skip to main content
MUTATION
saveGitLabAutoRetryRule(input: SaveGitLabAutoRetryRuleInput!): GitLabAutoRetryRule!

Arguments

Input used by saveGitLabAutoRetryRule.

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 for GitLabAutoRetryRule.

Mutation
Variables
Response