About 27,800 results
Open links in new tab
  1. Latest GitLab CI/CD topics - GitLab Forum

    Nov 21, 2018 · Discuss all GitLab CI/CD ideas and questions (CI and CD section)

  2. Git clone of other repos during CI/CD process - forum.gitlab.com

    Feb 8, 2025 · To cache repositories between the prebuild job and other jobs in GitLab CI/CD, you can use GitLab’s built-in caching mechanism. Here’s how you can set it up: Define a cache in …

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

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

  5. CI/CD Catalog OR components - GitLab Forum

    Dec 7, 2023 · With the CI/CD Catalog Beta coming up in 16.7, we have refactored and restructured the documentation into one documentation page. CI/CD components | GitLab …

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

  7. Test code on multiple Python versions with gitlab-ci.yml

    Jan 19, 2024 · From CI/CD YAML syntax reference | GitLab So, what you need to do is to define 3 different test jobs, each running on different image: test python39: stage: test image: …

  8. Thoughts on spec.inputs and components - GitLab CI/CD - GitLab …

    Feb 12, 2024 · CI/CD Catalog: Feedback issue about inputs, components and catalog (#407556) · Issues · GitLab.org / GitLab · GitLab I’m trying to answer some immediate questions, but …

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

  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 …