saucelabs / saucectl

A command line interface for the Sauce Labs platform.
Apache License 2.0
41 stars 16 forks source link

feat: Add option to download matching artifacts for all job attempts #937

Closed mhan83 closed 1 month ago

mhan83 commented 1 month ago

Description

Add an option, allAttempts, to download matching artifacts for all job attempts. Downloads are grouped by suite name and retries will use the existing logic to prevent collisions (i.e. a numbered suffix is attached to the suite name). Since there could be a large number of downloads for a job and its retries, the downloading now happens after the job has executed.

DEVX-3006