
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 …
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 …
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 …
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 -- …
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 …
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 …
Python CI CD Help! - GitLab Forum
Oct 24, 2023 · Dear All i am beginner in gitlab cicd. i need help for create CI for my sample python app. i install gitlab and gitlab runner as Docker Container on server. i push app.py and test.py …
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 …
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 …