circleci-queue icon indicating copy to clipboard operation
circleci-queue copied to clipboard

No fallback if job committer_date is null/empty

Open jmsbrcwll opened this issue 2 years ago • 2 comments

Orb version

2.2.1

What happened

I am using a bitbucket repo for my project, and it looks like the committer_date field, which is used to determine which jobs are oldest is always empty. It would be good if there was an option/fallback to use build number in this case - especially since I also have uses cases to queue jobs that are manually triggered with parameters, i.e. without a new commit push

Expected behavior

Should still be able to queue jobs when committer_date is empty

jmsbrcwll avatar Apr 05 '23 15:04 jmsbrcwll

We'll have to figure out how to support BB users who also are talking advantage of dynamic config where the workflow level timing is not sufficient.

There has been substantial API work since initial issues so we might be able to get pipeline level timing without commiter date.

eddiewebb avatar Apr 05 '23 22:04 eddiewebb

ATTENTION

Please see #112 as possible resolution

eddiewebb avatar Jan 26 '24 20:01 eddiewebb