GitLab CI is a continuous integration server from GitLab.
I get this error on a fresh install of gitlab. The message looks like: fatal: unable to access 'https://gitlab-ci- …
gitlab gitlab-ci gitlab-omnibusI'm using a self-hosted GitLab CI server (community edition v8.9.5) and gitlab-ci-multi-runner 1.2.0 to build a project. One of my pipeline …
timeout gitlab-ciWith my colleagues, we work on a C++ library that becomes more and more important each day. We already built …
shell gitlab-ci gitlab-ci-runnerI'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-runnerI would like to setup my project_dev CI only for 3 branches and specific kind of tags like: dev_1.0, dev_1.1, …
regex gitlab gitlab-ciI have a Gitlab CI runner running on windows 10: before_script: - "echo off" - 'call "%VS120COMNTOOLS%\vsvars32.bat"…
gitlab gitlab-ci gitlab-ci-runnerI am in the process of migrating my svn repsitories to git with GitLab. Now I have seen that there …
continuous-integration gitlab gitlab-ciI'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-runnerAre there any way to instruct the pipeline to only do a step for certain tags that matches a regex? …
gitlab-ci