
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 …
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 …
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 containers | GitLab) …
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 …
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 …
Help Regarding googletest and how to integrate it with ... - GitLab Forum
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 C++ project. …
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 …
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“ }
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 …
Resolving "stuck" flag - GitLab CI/CD - GitLab Forum
Nov 9, 2022 · I am relatively new to gitlab. I recently did a merge of one of my repos. I am using a self-hosted instance of Gitlab. I am running version 14.7. It seems that my pipeline has been stuck at …