Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CIJobs is expected to return jobs in the order they were created, but jobs returned by ListPipelineJobs are actually ordered by ID in descending order - at least in recent gitlab versions, I suspect this changed at one point. Restore the expected order by sorting the list before returning it.
- Loading branch information