About 50 results
Open links in new tab
  1. How to set up CI/CD on GitLab.com to run jobs for macOS and …

    Feb 10, 2026 · Problem to solve I’m attempting to run my CI/CD on multiple versions of Linux as well as on Windows and macOS, whereas currently I only understand how to run the jobs on one Linux …

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

  3. CI/CD pipeline can't clone submodules - forum.gitlab.com

    Sep 8, 2025 · Problem to solve I have a self-managed Gitlab v18.3.1 and gitlab-runner on the same machine (Ubuntu 24). I can clone the main project and the submodules manually, but when i want to …

  4. Conditional statements in the script - GitLab CI/CD - GitLab Forum

    Aug 5, 2021 · To clarify: Using “- >” removes the newline characters in your script, so your 5 lines if-fi block is passed to the shell on a single line. To force a newline when using “- >” you need to insert a …

  5. CI/CD pipeline - get list of changed files - GitLab Forum

    May 31, 2019 · On my Gitlab CI/CD pipeline, is there a way I can get a list of the changed files? Basically, I’ve got some linting set up - but the repository contains a number of separate files which …

  6. Gitlab ci , How do I run a shell file? run .sh file in gitlab-ci

    Jul 10, 2024 · Problem to solve How should I run .sh files? I look up a lot of information that is supported, but I really don’t have it, the path is correct, Steps to reproduce Which troubleshooting …

  7. Latest GitLab CI/CD topics - GitLab Forum

    Feb 12, 2026 · Discuss GitLab CI/CD questions, pipeline efficiency, deployment strategies, CI/CD components

  8. Exit code not being respected - GitLab CI/CD - GitLab Forum

    Jun 11, 2024 · Hi there, Yes, job will always fail when exit code is different then 0. What allow_failure does, is instead of showing failure, shows “warning” (orange instead of red icon on the job), and …

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

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