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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-04 03:07:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-04 03:07:42 +0300
commit4ba8e68892892de8366ce8ad677fbfe6dbae64c9 (patch)
tree85c7a48d5e163c8fc7053cc4109d9dcb74ef4bcf /app/graphql/queries
parent2eff77c2efe8ad71796561cae3bcd993b9065721 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/queries')
-rw-r--r--app/graphql/queries/pipelines/get_pipeline_details.query.graphql1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/graphql/queries/pipelines/get_pipeline_details.query.graphql b/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
index c8353c738a5..01c312c567f 100644
--- a/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
+++ b/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
@@ -34,6 +34,7 @@ fragment LinkedPipelineData on Pipeline {
__typename
id
name
+ retried
}
project {
__typename