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 · 🤗 Please help fill in this template with all the details to help others help you more efficiently. Use formatting blocks for code, config, logs and ensure to remove sensitive data. …

  2. CI/CD Component Testing Strategies - GitLab Forum

    Apr 16, 2024 · I’m currently exploring how CI/CD components can address some testing challenges I’ve encountered while working with CI templates. I’m particularly interested in …

  3. Using Private Image in Pipeline - GitLab CI/CD - GitLab Forum

    Jul 7, 2024 · In that scenario you can issue a docker login command after pull your private image. But, there are some other ways (as I’m looking here: Run your CI/CD jobs in Docker …

  4. 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 -- …

  5. Have .gitlab-ci.yml in another branch but trigger pipelines for all ...

    Dec 5, 2023 · The push should trigger now the CI/CD pipeline, like it is defined in file .gitlab-ci.yml which only exists in branch ci-cd-config. But I cannot define in the CI/CD settings inside the …

  6. Help Regarding googletest and how to integrate it with ... - GitLab …

    Dec 23, 2020 · Hi everyone, I am looking for some help on how to properly set up googletest into a C++ CI pipeline. While this isn’t my first time using GitLab, it is my first time trying to set up a …

  7. The CI/CD Pipeline suddenly fails without any changes ... - GitLab …

    Feb 3, 2023 · CI/CD pipeline suddenly fails when building a docker image GitLab CI/CD runner , docker , pipelines 0 408 February 3, 2023 .gitlab-ci.yml trying to build a docker image and …

  8. 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“ }

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

    Mar 26, 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 …

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

    Nov 9, 2020 · 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 …