About 27,800 results
Open links in new tab
  1. Git clone of other repos during CI/CD process - forum.gitlab.com

    Feb 8, 2025 · To cache repositories between the prebuild job and other jobs in GitLab CI/CD, you can use GitLab’s built-in caching mechanism. Here’s how you can set it up: Define a cache in …

  2. Submodules in CI/CD not accessible - GitLab Forum

    Feb 28, 2023 · Gilab CI/CD is not checking out my submodules, even though I’m using relative paths I have 2 projects in a group named ‘delete’. The group/project hierarchy is: --- delete/a -- …

  3. CI/CD doesn't want to use bash, how to fix - GitLab Forum

    Feb 14, 2024 · Maybe an alternative can be to create a Debian-slim based image and install trivy from packages, and use that as a CI/CD job image. Looking at how the alpine trivy images is …

  4. Job succeeded with exit code 1 in CI/CD - GitLab Forum

    Aug 7, 2023 · Hi, I’m new to gitlab CI/CD. Recently, I installed gitlab runner to enable CI/CD. But the results from gitlab are always “Job succeeded” even though I put code “exit 1” in .gitlab …

  5. GitLab CI/CD Runner Registration - tls: failed to verify certificate ...

    Dec 13, 2024 · GitLab CI/CD Runner Registration Certification / Verification Issue Hi all, I am looking to get started with CI/CD with GitLab for the first time. I am using a newly built server …

  6. How make a if statement in the CI file - GitLab CI/CD - GitLab Forum

    Jul 14, 2020 · Have somebody a simple example how to make if conditions in the CI file for GitLab Runner? E.g. If(CI_type == merge_request) { - echo „ Test“ }

  7. How to skip the pipeline from job Gitlab - GitLab CI/CD - GitLab …

    Aug 26, 2022 · Put together a small test project. I want in the pipeline: update package version. publish the package in npm. commit and push the changes by skipping the next pipe. But I ran …

  8. Getting pytest tests and coverage from commits when ... - GitLab …

    Nov 22, 2023 · GitLab Forum Getting pytest tests and coverage from commits when separate MR pipeline GitLab CI/CD DavidD5November 21, 2023, 3:40am 1 We had a working CI testing …

  9. Skipping jobs based off CI/CD variables - forum.gitlab.com

    Sep 11, 2024 · This is a sample GitLab CI/CD configuration file that should run without any modifications. It demonstrates a basic 3 stage CI/CD pipeline. Instead of real tests or scripts, it …

  10. CI/CD job is still pending, because no runner exists? - GitLab Forum

    Nov 30, 2023 · Hello there, I would like to create jobs for an automatically release build, however, maybe I’m missing something. I’m starting with a fresh .gitlab-ci.yml from here: Tutorial: …