
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. …
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 …
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/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: …
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 …
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 -- …
Gitlab-ci includes a file from another project that executes a script ...
Sep 16, 2024 · With include (template components) you are merging a single file that is evaluated in the context of the pipeline’s project, not the component project. CI/CD Steps is a new …
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“ }
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 …
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 …