Top "Gitlab-ci" questions

GitLab CI is a continuous integration server from GitLab.

Gitlab runner docker Could not resolve host

Im using 2 containers on my Ubuntu OS: Gitlab-ce and gitlab-runner Containers names are: gitlab_gitlab_1 and gitlab_gitlab-runner_1 I access …

docker gitlab-ci gitlab-ci-runner
Kubernetes deployment.extensions not found

I get the following error message in my Gitlab CI pipeline and I can't do anything with it. Yesterday the …

docker kubernetes google-cloud-platform gitlab-ci kubectl
Retrieve the commit hash

I'm currently working on a deployment script to run as part of my GitLab CI setup. What I want is …

gitlab gitlab-ci
Delete or reset Gitlab CI builds

Is it possible to delete old builds in Gitlab CI? I tested a few things and have now about 20 builds …

gitlab-ci
GitLab CI builds remains pending

We recently started to use GitLab-CI on the gitlab.com free service. At first everything went fine, but now, seems …

gitlab gitlab-ci gitlab-ci-runner
How the gitlab-ci cache is working on docker runner? what is /cache directory? what is cache_dir?

How the gitlab-ci cache is working on docker runner? What is /cache directory? What is cache_dir? Where and how …

gitlab-ci gitlab-ci-runner
How do I enable cloning over SSH for a Gitlab runner?

I am having some trouble cloning large repositories over HTTP on my Windows Gitlab runner. I've tried several methods to …

git ssh gitlab gitlab-ci gitlab-ci-runner
How to publish builds to Artifactory from GitLab CI?

I am looking for an easy and clean way to publish artefacts build with GitLab CI onto Artifactory. I was …

artifactory artifacts gitlab-ci
How to reattach a detached HEAD in GIT

(I can see there are many questions about this but I haven't found one that solves my exact problem). I'm …

git gitlab gitlab-ci gitlab-ci-runner
How to publish docker images to docker hub from gitlab-ci

Gitlab provides a .gitlab-ci.yml template for building and publishing images to its own registry (click "new file" in one …

gitlab-ci docker-registry