From c80abb40fcb3b2dc35c62aa30d374f2889247746 Mon Sep 17 00:00:00 2001 From: Steve Azzopardi Date: Thu, 6 Sep 2018 12:21:58 +0200 Subject: Add retried jobs to pipeline stages closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50461 --- app/controllers/projects/pipelines_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers') diff --git a/app/controllers/projects/pipelines_controller.rb b/app/controllers/projects/pipelines_controller.rb index 2cc721dfeec..5b2091d68f8 100644 --- a/app/controllers/projects/pipelines_controller.rb +++ b/app/controllers/projects/pipelines_controller.rb @@ -96,7 +96,7 @@ class Projects::PipelinesController < Projects::ApplicationController render json: StageSerializer .new(project: @project, current_user: @current_user) - .represent(@stage, details: true) + .represent(@stage, details: true, retried: params[:retried]) end # TODO: This endpoint is used by mini-pipeline-graph -- cgit v1.2.1