Skip to content

Update jobs.md to download artifacts with curl using `-L`

Riccardo Padovani requested to merge (removed):patch-4 into master

gitlab.com uses AWS S3 to host jobs' artifacts. Trying to retry an artifact with the command from the guide will give as response:

This resource has been moved temporarily to https://gitlab-artifacts.s3.amazonaws.com/a5/fb/alongid/2018_03_29/1234/1234/artifacts.zip?X-Amz-Expires=600&X-Amz-Date=20180329T160553Z&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=alongcredential/20180329/us-east-1/s3/aws4_request&X-Amz-SignedHeaders=host&X-Amz-Signature=alongsignature.%                     

using -L allows to follow redirection

Merge request reports