Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
83 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 ...
0 votes
0 answers
131 views

I get this error in my pipelines: Health check container logs: 2025年11月18日T09:45:19.064500182Z FATAL: No HOST or PORT found Service container logs: 2025年11月18日T09:45:19.061855973Z ...
Best practices
1 vote
1 replies
55 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....
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: -...
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=${...
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 ...
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,...
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 ...
0 votes
1 answer
341 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 ...
-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 ...
-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 ...
-1 votes
0 answers
71 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" ...
0 votes
0 answers
81 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 ...
1 vote
0 answers
163 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, ...
0 votes
0 answers
130 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 ...

15 30 50 per page
1
2 3 4 5
...
217

AltStyle によって変換されたページ (->オリジナル) /