Hello,
I recently set up a GitLab pipeline to create an artifact, and my goal is to download this artifact to my local machine, but I’m encountering some issues. Here are the details of the problem:
- I created a GitLab pipeline that successfully generated an artifact.
- I’m using a batch script to download the artifact. Here’s the command I’m using in the script:
curl --location --output artifacts.zip --location --header “PRIVATE-TOKEN: <your_access_token>” “https://gitlab.de///-/jobs//artifacts/raw/store/deployment/target/deployment.zip?inline=false”