circleci-queue
circleci-queue copied to clipboard
No fallback if job committer_date is null/empty
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
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.
ATTENTION
Please see #112 as possible resolution