About 29,500 results
Open links in new tab
  1. Using artifacts of another project - GitLab CI/CD - GitLab Forum

    Jul 24, 2023 · I identified two solutions: Use needs:project `.gitlab-ci.yml` keyword reference | GitLab Use the API to download the artifacts 1. needs:project solution I configured the needs …

  2. Solved - Sudden Bad GPG signature - General - GitLab Forum

    Mar 20, 2024 · Error: Failed to download metadata for repo 'gitlab_gitlab-ce': repomd.xml GPG signature verification error: Bad GPG signature I’m not sure how to get out of this and hoping …

  3. Runner can't pull code from server - GitLab CI/CD - GitLab Forum

    Mar 12, 2018 · Runner can't pull code from server GitLab CI/CD paulos March 12, 2018, 12:37am 1

  4. GitLab.com HTML artifacts being served with text/plain Content …

    Mar 28, 2022 · On GitLab.com, my team has noticed that HTML files uploaded as artifacts in CI jobs are being served with a text/plain Content-Type header. They previously were served with …

  5. Can't download artifact using $CI_JOB_TOKEN - GitLab Forum

    Oct 3, 2023 · GitLab CI/CD api , ci , artifact , pipelines 4 15985 April 14, 2025 Consistent way to authenticate artifact download URL GitLab CI/CD api , ci , pipelines 0 1138 August 16, 2022 …

  6. Windows Client - How to Use GitLab - GitLab Forum

    Apr 30, 2015 · Can anyone recommend a good Windows client for GitLab? I know of Eclipse eGit and TortoiseGit, but is there a dedicated GitLab client for non-developers? We have a group of …

  7. Download full repository archive by specific branch via api - GitLab …

    Feb 25, 2019 · But it don’t download a branch which i want. In documentation i see i can add sha parameter, but it takes a specific commit, not branch. So how to download always last commit …

  8. Simple pipeline to make a zip with some repo files and ... - GitLab …

    Jun 22, 2021 · Hello, I just want to make a simple CD/CI pipeline that does the following: Each time a new commit is done to the main branch, a zip is generated with some files from the …

  9. How to curl single file using deploy token - GitLab Forum

    May 1, 2020 · How do I download a single (small) file from my private gitlab repo? I have a read_only deploy token already. Say my project id is 12345 and the file is in the top-level …

  10. Fetch latest artifact file without knowing pipeline ID? - GitLab Forum

    May 25, 2023 · Thanks @gitlab-greg got the setup to work from. Just wondering in that last step if it’s possible to download a specific file amongst many or is it a download all as a zip option only?