summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ci/runner/graphql/show/runner_jobs.query.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ci/runner/graphql/show/runner_jobs.query.graphql')
-rw-r--r--app/assets/javascripts/ci/runner/graphql/show/runner_jobs.query.graphql9
1 files changed, 3 insertions, 6 deletions
diff --git a/app/assets/javascripts/ci/runner/graphql/show/runner_jobs.query.graphql b/app/assets/javascripts/ci/runner/graphql/show/runner_jobs.query.graphql
index 075dbb06190..b6d6996a857 100644
--- a/app/assets/javascripts/ci/runner/graphql/show/runner_jobs.query.graphql
+++ b/app/assets/javascripts/ci/runner/graphql/show/runner_jobs.query.graphql
@@ -15,13 +15,10 @@ query getRunnerJobs($id: CiRunnerID!, $first: Int, $last: Int, $before: String,
icon
text
}
- pipeline {
+ project {
id
- project {
- id
- name
- webUrl
- }
+ name
+ webUrl
}
shortSha
commitPath