Skip to content

Handle paginated response in pipeline.GetPipelineJobs

Created by: rciorba

Description The ci trace and ci status commands would previously ignore pagination and only show the first jobs, if the job number is large.

This MR changes pipeline.GetPipelineJobs to handle paginated responses, and also increases the PerPage to a larger value (100) to minimize the number of requests needed.

Related Issue Resolves #779 (closed)

How Has This Been Tested?

Screenshots (if appropriate): Trunk: image

Fixed: image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports