About 33,700 results
Open links in new tab
  1. How to fix script config should be a string or a nested ... - GitLab …

    May 19, 2022 · With below pipeline job, I am getting syntax error. Found errors in your .gitlab-ci.yml: jobs:test-artifact:script config should be a string or a nested array of strings up to 10 …

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

  3. Pipeline has failed message - How to Use GitLab - GitLab Forum

    Apr 26, 2021 · The contents of .gitlab-ci.yml define exactly what commands are run, and under what circumstances. To find out what caused your pipeline failure, click on the link to build that …

  4. Trigger specific job in downstream pipeline for mutiproject …

    Nov 25, 2024 · Pragmatically, just move the remote pipeline content you want to explicitly invoke into its own foo.gitlab-ci.yml file and then invoke it directly: job: trigger: include: - project: …

  5. Gitlab pipeline stuck in running state until timeout

    Jan 30, 2021 · Hi Guys! I’m using pipelines to build the software but after successful build and return Job Success the pipeline keeps in running state until timeout and return fail status: The …

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

  7. GitLab Pipeline: Access external Files

    Oct 26, 2022 · I got a pipeline up and working. My supervisor gave me access to a VM, on which I installed gitlab-runner and all needed dependencies (I’m using the shell mode). The build task …

  8. I need my pipeline runs only when a new TAG is

    Mar 18, 2025 · I have tried using using workflow/rules because my expected pipeline behavior is that the pipeline only run when the new TAG is created in main branch, I don’t expect any …

  9. Multiple .gitlab-ci.yaml files per repository that run different ...

    Nov 17, 2020 · Hi all, I’m looking for a way to define multiple gitlab-ci config files (preferably in different sub-directories) and then using a variable in a trigger or via the api, select which …

  10. Is there a way to NOT run pipeline when merge request is created

    Dec 16, 2021 · When I create a new merge request, it runs all the stages that COULD run on a merge request branch regardless if they are appropriate. I would prefer to not run any stages …