Top "Gitlab-ci-runner" questions

This is GitLab Runner repository, this application run tests and sends the results to GitLab CI.

How to delete gitlab CI jobs pipelines logs/builds and history

How can we configure gitlab to keep only the last 10 CI jobs/builds and keep deleting the rest? For example , …

gitlab gitlab-ci gitlab-ci-runner
gitlab runner The requested URL returned error: 403

I'm currently using gitlab.com (not local installation) with their multi-runner for CI integration. This works great on one of …

git msbuild gitlab gitlab-ci gitlab-ci-runner
GitLab CI runner can't connect to unix:///var/run/docker.sock in kubernetes

GitLab's running in kubernetes cluster. Runner can't build docker image with build artifacts. I've already tried several approaches to fix …

docker gitlab kubernetes gitlab-ci-runner
Cannot push from gitlab-ci.yml

With my colleagues, we work on a C++ library that becomes more and more important each day. We already built …

shell gitlab-ci gitlab-ci-runner
Deploy every build to a server using Gitlab CI

I've set up my own Gitlab server with one project and a Gitlab runner configured for it. I'm new to …

node.js continuous-integration gitlab gitlab-ci gitlab-ci-runner
How to fail a build on Gitlab CI shell runner

I have a Gitlab CI runner running on windows 10: before_script: - "echo off" - 'call "%VS120COMNTOOLS%\vsvars32.bat"…

gitlab gitlab-ci gitlab-ci-runner
Gitlab CI gradle dependency cache

I'm building android on Gitlab CI and downloading dependencies each time is annoying. I tried caching: $HOME/.gradle/ $HOME/.gradle/…

android gradle gitlab-ci gitlab-ci-runner
Push files to gitlab-ci via CI runner

I am using gitlab CI runner to test my code and generating some files. I just want to push the …

gitlab gitlab-ci gitlab-ci-runner
What is the special gitlab-ci-token user?

The docs for gitlab's container registry (https://gitlab.com/help/container_registry/README.md) provide a config example with this …

docker gitlab gitlab-ci gitlab-ci-runner
Clearing the pipeline cache with Gitlab CI

Is is possible to invalidate or clear a pipeline cache with Gitlab CI after a pipeline completes? My .gitlab-ci.yml …

gitlab gitlab-ci gitlab-ci-runner