GitLab CI is a continuous integration server from GitLab.
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-runnerI 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 kubectlI'm currently working on a deployment script to run as part of my GitLab CI setup. What I want is …
gitlab gitlab-ciIs it possible to delete old builds in Gitlab CI? I tested a few things and have now about 20 builds …
gitlab-ciWe 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-runnerHow the gitlab-ci cache is working on docker runner? What is /cache directory? What is cache_dir? Where and how …
gitlab-ci gitlab-ci-runnerI 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-runnerI am looking for an easy and clean way to publish artefacts build with GitLab CI onto Artifactory. I was …
artifactory artifacts gitlab-ci(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-runnerGitlab provides a .gitlab-ci.yml template for building and publishing images to its own registry (click "new file" in one …
gitlab-ci docker-registry