
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 …
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 …
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 …
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
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 …
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 …
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 …
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 …
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?
Static link to artifacts for latest pipeline - GitLab Forum
Dec 21, 2019 · Unfortunately, since this endpoint resolves to the latest successful pipeline, it can’t be used to show “failed” badges when a job fails on a pipeline. Is there a static endpoint that …