Skip to content

KCIDB: Change build id to CI_PIPELINE_ID

Iñaki Malerba requested to merge inakimalerba/pipeline-definition:build-id into main

To make retried builds generate the same id, we need to have reproducible ids.

Using PIPELINE_ID_ARCH we can be sure that each build for a given architecture in the same pipeline is going to generate the same id.

The output of these calls is not used yet, so this should not break anything.

Edited by Iñaki Malerba

Merge request reports