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. Problem to solve …

  2. 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-ci.yml Could …

  3. 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 hearing how others have …

  4. Gitlab Flow with SemVer - How To? - GitLab CI/CD - GitLab Forum

    Apr 10, 2024 · Background I’m investigating using gitlab flow as a new branching strategy with semver for automated versioning in a project, and have been reading this for inspiration What are GitLab …

  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 project from …

  6. 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 --- delete/b ` `` I …

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

    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 into such a …

  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 running Debian …

  10. The CI/CD Pipeline suddenly fails without any changes ... - GitLab Forum

    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 push it to GitLab …