How to get shard gitlab-runner ip?
I tried to deploy a project on the shared gitlab-runner and created the following yaml file:
Push to GitLab triggering multiple pipelines
I have a GitLab repo with CI setup. My .gitlab-ci.yaml looks something like
Gitlab CICD: get current build path
I am doing my first CI project I am getting quite confused with $CI_BUILDS_DIR.
This env gives me the path to builds folder:
D:block_gitlab_runnerGitLab-Runnerbuilds
Excluding one combination from Gitlab CI test matrix
I maintain a PHP library that accesses a database. I have automated unit tests set up using Gitlab CI, and they use a test matrix to test a wide range of combinations of database engine and PHP version. My .gitlab-ci
config file currently looks a bit like this one:
Gitlab CI job on merge only, with dependencies?
I have Gitlab CI with dependencies.
Make GitLab CI job use matrix when scheduled but just a single value when manual?
I want to use GitLab CI to build multiple variants during scheduled nightly builds, but only a specific variant if triggered manually from the web.
GitLab CI/CD anchor links
I have a pipeline, I want to optimize it. Is it possible to use this type of links in CI? When using anchor links, I always get a syntax error
Pipeline Trigger Issue with Conditional Stages in GitLab CI
I have a GitLab CI pipeline with two stages: test and upload_to_s3. I want the pipeline to run only when a tag is created. To achieve this, I’ve set up the following rules for each stage:
Gitlab execution order
I have a gitlab job in which I am running some cypress tests against a jboss and a postgresql. Both jboss and postgresql are declared as services in the job. Here is the job’s relevant part:
Gitlab CI Rules: I expected this to only run if source code files were changed
I have a job in my .gitlab-ci.yaml
file with the following rules: