About 32,200 results
Open links in new tab
  1. cUrl Post Request in CI/CD Pipeline - GitLab Forum

    Feb 17, 2023 · Hi, I am currently trying to call an API from a CI/CD pipeline. I’ve been able to run a GET request but found out that I’d like to pass some metadata as well with a POST request I’m almost there, but I’ve been stuck with CI/CD not reading/accessing the pipeline variables as I hoped. Working GET and POST request is structured like this: auto_deploy: stage: …

  2. Have .gitlab-ci.yml in another branch but trigger ... - GitLab Forum

    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 where the .gitlab-ci.yml should be used. I only see the setting: Settings → CI/CD → General pipelines → CI/CD configuration file

  3. 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 built, it looks relatively straight-forward because it only copies the trivy Go …

  4. What are Resource limits for CI jobs on GitLab.com? RAM? CPUs

    Sep 11, 2019 · All your CI/CD jobs run on n1-standard-1 instances with 3.75GB of RAM, CoreOS and the latest Docker Engine installed. Instances provide 1 vCPU and 25GB of HDD disk space. Instances provide 1 vCPU and 25GB of HDD disk space.

  5. Running CI/CD Pipeline Across Multiple Directories in ... - GitLab …

    Sep 29, 2022 · Hello, So I’ve recently created a little test environment, just to mess around with creating a pipeline. I have my .gitlab-ci.yml file in the root of my directory, and if I add a new file, s3.tf for example, with the necessary code to create an S3 Bucket in AWS, I can run my pipeline and it will deploy the infrastructure with no problem at all. However, I’d like to expand this …

  6. CI/CD Catalog OR components - GitLab Forum

    Dec 7, 2023 · Thanks for your feedback, I have shared it with our team working on CI/CD components. 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 provides the latest documentation. Use a component describes how to include a component. …

  7. 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 don’t work together to form an application, they’re just individual files hosted in the same place. I’d like to lint only files changed on commit/push.

  8. How do i run loops simultaneously in gitlab-ci? - GitLab CI/CD

    Dec 8, 2021 · GitLab CI/CD. 1: 1504: October 19, 2015 Run multiple CI jobs in parallel, but manually. GitLab CI/CD. 2: ...

  9. CI_JOB_TOKEN access denied despite having token access

    May 24, 2023 · GitLab CI/CD. token, pipelines, ci. chronicc May 24, 2023, 2:47pm 1. Hi, I am using the CI_JOB_TOKEN with ...

  10. CI/CD pipeline - stage that decide to continue or skip ... - GitLab …

    Jan 5, 2024 · Hi, I have three stages: check check if there is change on a specific external project (run as schedule). test run a script. report render a report from the script results. I need to run test and report only of check found a change for example if check found the the external commit id was changed it will save this new id in a file but only after the report it will push it back to the …

Refresh