"buildkite-agent download --include-retried-jobs" seems not working

I have been trying to implement a step to collect test coverage results through artifacts from other steps in the same build. I tried to download artifacts from retried jobs by using “buildkite-agent download --include-retried-jobs”, but the command failed with a message like below.

Failed to download artifacts: GET https://agent.buildkite.com/v3/builds/(masked)/artifacts/search?include_retried_jobs=true&query=coverage%2F.resultset.json&scope=%3Arspec%3A+1: 404 A step could not be found matching: `:rspec: 1`

Other steps which download artifacts from non-retried jobs have succeeded.

Hey @masasushi, would you be able to send us through a message to support@buildkite.com with a link to that build so we can check it out for you?

1 Like