cirrus-ci-docs icon indicating copy to clipboard operation
cirrus-ci-docs copied to clipboard

Repository Level Increasing CIRRUS_TASK_NUMBER

Open fkorotkov opened this issue 5 years ago • 1 comments

Description

Sometimes it useful to have a monotonically increasing number of a task within the same repository for tagging purposes (of builds and other artifacts). CIRRUS_TASK_ID is not suitable since it is int64 and too big for some tools, plus it doesn't not monotonically increasing.

Context

See #246

Anything Else

Hard to implement with an eventually consistent store when there are a lot of tasks are creating concurrently.

fkorotkov avatar May 24 '19 15:05 fkorotkov

Will be achieved with Starlark as part of #1078

fkorotkov avatar Oct 10 '22 21:10 fkorotkov