Skip to content

Replace KCIDB ids on pipelines with only tests

When downloading other pipeline's artifacts, it's necessary to replace the old IDs with ones corresponding to this pipeline.

Search for the old Checkout ID using the original Pipeline ID, and replace it with the current value of ${KCIDB_CHECKOUT_ID}. As Build IDs are formed by {KCIDB_CHECKOUT_ID}_{ARCH}, this also works for build objects.

Merge request reports