Skip to content

Commit b3d1c26

Browse files
nejchJohnVillalovos
authored andcommitted
fix(cli): add missing list filter for jobs
1 parent fb7174e commit b3d1c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects/pipelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class ProjectPipelineJobManager(ListMixin, RESTManager):
116116
_path = "/projects/%(project_id)s/pipelines/%(pipeline_id)s/jobs"
117117
_obj_cls = ProjectPipelineJob
118118
_from_parent_attrs = {"project_id": "project_id", "pipeline_id": "id"}
119-
_list_filters = ("scope",)
119+
_list_filters = ("scope", "include_retried")
120120

121121

122122
class ProjectPipelineBridge(RESTObject):

0 commit comments

Comments
 (0)