diff options
Diffstat (limited to 'app/assets/javascripts/pipelines/graphql')
-rw-r--r-- | app/assets/javascripts/pipelines/graphql/fragments/pipeline_stages_connection.fragment.graphql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/javascripts/pipelines/graphql/fragments/pipeline_stages_connection.fragment.graphql b/app/assets/javascripts/pipelines/graphql/fragments/pipeline_stages_connection.fragment.graphql index 683e0ee6a14..f93908aeb04 100644 --- a/app/assets/javascripts/pipelines/graphql/fragments/pipeline_stages_connection.fragment.graphql +++ b/app/assets/javascripts/pipelines/graphql/fragments/pipeline_stages_connection.fragment.graphql @@ -8,6 +8,19 @@ fragment PipelineStagesConnection on CiConfigStageConnection { jobs { nodes { name + script + beforeScript + afterScript + environment + allowFailure + tags + when + only { + refs + } + except { + refs + } needs { nodes { name |