Gamer.Site Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. How to download a diff from the compare view? - GitLab Forum

    forum.gitlab.com/t/how-to-download-a-diff-from-the-compare-view/8746

    Sure. In the merge request widget you can find a download button. Andy-H July 7, 2017, 8:56am 3. Thanks - I’m looking for the same functionality in the compare view, e.g. GitLab. Sign in. GitLab.com.

  3. How to Restrict Artifact Download Access in GitLab CI?

    forum.gitlab.com/t/how-to-restrict-artifact-download-access-in-gitlab-ci/104888

    Issue Description: In our GitLab CI/CD pipeline, we need to ensure that the download access to artifacts is restricted. The goal is to allow only the jobs within the pipeline to utilize the artifacts, particularly the dotenv artifact which contains sensitive secret values. This restriction is crucial to maintain the security and integrity of our CI/CD process. Current Challenge:: Currently ...

  4. How to install GitLab on Windows

    forum.gitlab.com/t/how-to-install-gitlab-on-windows/32

    Open “Bash” (search from the start menu) and let it do it’s guided install of “Ubuntu on Windows”. Run “Ubuntu On Windows” (again use the windows start menu to find it) Install Git with “sudo apt-get install git”. Profit. At this point you can just treat it as you would a linux system and it all works flawlessly.

  5. Download full repository archive by specific branch via api

    forum.gitlab.com/t/download-full-repository-archive-by-specific-branch-via-api/...

    This does not work for me. I still get the master (default) branch. I also tried ref=<banch name>.I can’t find any way to download an archive of anything but the default branch.

  6. Download latest release asset from pipeline using curl - GitLab...

    forum.gitlab.com/t/download-latest-release-asset-from-pipeline-using-curl/67802

    when I download assets I usually have to use a different format in pipeline. DOWNLOAD_URL="https://gitlab.com/api/v4/projects/$PROJECT_ID/packages/generic/$PROJECT ...

  7. Download remote file to repository using CI/CD - GitLab Forum

    forum.gitlab.com/t/download-remote-file-to-repository-using-ci-cd/72484

    GitLab has it’s own idea of Releases. And in general there are plenty of different ways how to ‘release’ something. The most simplest would be to just run a job when you create a Tag that would download the remote file, zip it all and upload somewhere. stages: - zip. zip it: stage: zip. image: alpine:latest. rules:

  8. GITLAB API download specfic Tag as zip

    forum.gitlab.com/t/gitlab-api-download-specfic-tag-as-zip/3844

    GitLab Forum GITLAB API download specfic Tag as zip ... GITLAB API download specfic Tag as zip. GitLab CI ...

  9. Should I be able to download an attachment using the ... - GitLab...

    forum.gitlab.com/t/should-i-be-able-to-download-an-attachment-using-the-issues...

    Hi everyone, Can I use the Issues API to download an attachment from an issue that is in the queue? An email has been forwarded to the Issues queue, and it contains an attached file.

  10. Static link to artifacts for latest pipeline - GitLab CI/CD

    forum.gitlab.com/t/static-link-to-artifacts-for-latest-pipeline/32815

    From the second paragraph of your link: The artifacts will be uploaded when the job succeeds by default, but can be set to upload when the job fails, or always, if the artifacts:when parameter is used.

  11. Download gitlab ci jobs artifacts using Python

    forum.gitlab.com/t/download-gitlab-ci-jobs-artifacts-using-python/25436

    Hi All, I’m using the Gitlab Python API to get information from my projects pipelines and jobs. I want to download all the artifacts for the last pipeline of a projects, but I’m getting some issues with the method “job.&hellip;