Top "Gitlab-ci" questions

GitLab CI is a continuous integration server from GitLab.

Gitlab:Peer's Certificate issuer is not recognized

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-omnibus
GitLab CI Pipeline Stage Timeout

I'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-ci
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
GitLab CI syntax to write FOR loop statement?

Below is the script mentioned in the gitlab-ci.yml file. This GitLab CI configuration is valid. But, when the CI/…

gitlab yaml jq gitlab-ci jfrog-cli
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 run Gitlab CI only for specific branches and tags?

I 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-ci
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 and MsBuild (with tests)

I am in the process of migrating my svn repsitories to git with GitLab. Now I have seen that there …

continuous-integration gitlab gitlab-ci
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
Gitlab only build for specific tag names

Are there any way to instruct the pipeline to only do a step for certain tags that matches a regex? …

gitlab-ci