About 27,500 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. How do I add the GitLab project's artifacts to the release section?

    Nov 3, 2023 · Learn how to add GitLab project artifacts to the release section for efficient version control and better organization of your project's assets.

  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. CI/CD Pipeline working for one branch in repo and not another

    Jun 15, 2024 · Problem to solve I’m having this issue when trying to set up a CI/CD Pipeline for a repo from scratch. I have two branches, each slightly different with the file setup different and …

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

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

    Feb 14, 2024 · CI/CD doesn't want to use bash, how to fix GitLab CI/CD KpuCko February 14, 2024, 7:24am 1

  8. Deprecate Terraform CI/CD templates in 2025 - GitLab Forum

    Jun 18, 2024 · The GitLab deprecation docs recommend using the OpenTofu CI/CD templates, or the new OpenTofu CI/CD Component. Their docs provide an extensive migration guide from …

  9. CI/CD variable expansion in rules when running from Web - GitLab …

    Nov 13, 2024 · Jobs in .gitlab-ci.yml: Our CI/CD pipeline has multiple jobs defined in .gitlab-ci.yml. Environment-specific variables: We use an included configuration file that defines environment …

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