Skip to main content
0 votes
1 answer
84 views

I'm working on a CI script for a gitlab project. The build runs in two stages. The first compiles and packages the code. The second deploys the packaged code to two different remote servers (it's a ...
pbuchheit's user avatar
  • 1,839
0 votes
0 answers
133 views

I get this error in my pipelines: Health check container logs: 2025-11-18T09:45:19.064500182Z FATAL: No HOST or PORT found Service container logs: 2025-11-18T09:45:19.061855973Z ...
Lehks's user avatar
  • 3,368
Best practices
1 vote
1 replies
56 views

i've a question. We were using Gitlab's Instance runners but for security reasons, we wanna move it to private runner. I tried using ec2 as runner but it can't scale and is so slow for concurrent runs....
berkayln's user avatar
  • 1,013
Best practices
1 vote
3 replies
78 views

Our C++ project's existing .gitlab-ci.yml reads simply: executable: stage: build tags: - C++ - Boost script: - gmake -C src -j11 artifacts: name: the executable paths: -...
Mikhail T.'s user avatar
  • 4,312
0 votes
0 answers
27 views

I have the following jobs: .build-image: extends: .build-docker-image stage: build variables: COMPOSER_HOME_DIR: /kaniko/.composer BUILD_ARGS: > COMPOSER_HOME=${...
Tarta's user avatar
  • 2,137
0 votes
1 answer
104 views

I made a Kernel project (v5.15.15) in my GitLab account and setting up build pipeline. Did some search and made a following .gitlab-ci.yml file. stages: # List of stages for jobs, and their ...
Cprogrammer's user avatar
1 vote
1 answer
57 views

I got an ASP.NET Core Web API project. For credentials, I created an .env file which is an embedded resource and has Copy always set (I've also tried Do not copy). As that file contains sensitive data,...
bankangle's user avatar
  • 129
0 votes
0 answers
41 views

I have a test suite (webdriverio) which runs in headed mode outside of gitlab-runner. Whenever I put it into my pipeline, the tests become headless. That's generally okay, but I would need sometimes ...
SlightlyKosumi's user avatar
0 votes
1 answer
347 views

I want to set up a Git_CI_USER. I get the message “Unable to create masked variable because: The value must have 8 characters.” My GIT_CI_USER only has 7 characters. Perhaps the problem can be solved ...
Aaron's user avatar
  • 849
-1 votes
0 answers
33 views

I'm working with gitlab and gitlab-runner on openshift and my ci-cd file looks like this: image: docker:18-git stages: - ci - build - upload variables: DOCKER_HOST: tcp://docker:2375 ...
LIOR AVIV's user avatar
  • 101
-1 votes
1 answer
35 views

I currently have a docker compose script that brings up a few containers and runs them against some hardware that is installed on a local network. The software in these containers requires that ...
Ender's user avatar
  • 1,922
-2 votes
0 answers
75 views

I see this error in gitlab runner job when im trying to use bash executor: Running with gitlab-runner 17.11.0 (0f67ff19) on xx-shell txxxx, system ID: 123 Resolving secrets Preparing the “shell” ...
shwetha nayak's user avatar
0 votes
0 answers
84 views

Problem Summary I'm running a GitLab CI pipeline with a Kubernetes runner that uses Docker-in-Docker (privileged mode). When I try to mount a volume from the GitLab Runner's filesystem into a Docker ...
anonymous's user avatar
  • 183
1 vote
0 answers
164 views

Requesting help to get my first gitlab runner going on my windows PC. I'm self hosting gitlab CE v18.1.1. I've created my runner and you can see it catching the job via the screenshot below. However, ...
user1609530's user avatar
0 votes
0 answers
131 views

I'm running into an issue with a GitLab Runner on Windows pulling images from AWS ECR. Here’s my setup: Windows Server instance running on AWS Docker and GitLab Runner installed The runner is using ...
DamDam's user avatar
  • 189

15 30 50 per page
1
2 3 4 5
217