Problem Downloading a GitLab Pipeline Artifact to My Local Machine

,

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”

And what is the problem that you are encountering? Can you provide more information or share the output of your code?

Besides that, https://gitlab.de does not exist I think.