Skip to content

Bugfix loop to access pipeline jobs artifacts.

When, after a job with retries, a job with a single attempt is collected, the job_id was not updated and was pointing to an invalid number from the previous set.

With this change, we ensure the dictionary will have the job id of the current call.

Merge request reports