Top "Gitlab-ci" questions

GitLab CI is a continuous integration server from GitLab.

gitlab-ci SSH key invalid format

I would like run deploy script with gitlab-ci, but step ssh-add $SSH_PRIVATE_KEY return an error : echo "$SSH_PRIVATE_…

gitlab gitlab-ci
Gitlab CI - SSH Permission denied (publickey,password)

I've been trying to setup CD for my project. My Gitlab CI runner and my project will be on same …

ssh gitlab-ci
yarn command not found in gitlab ci

I am trying to configure my gitlab-ci to use yarn install instead of npm install My current gitlab-ci.yml looks …

node.js npm gitlab-ci gitlab-ci-runner yarnpkg
Remove artifacts from CI manually

I have a private repository at gitlab.com that uses the CI feature. Some of the CI jobs create artifacts …

gitlab-ci
Gitlab CI using Badges for each job

Let's say I have configured multiple jobs for a project like following: build_win32: script: ... build_ios: script: ... unit_tests: …

gitlab-ci badge
How do travis-ci and gitlab-ci compare?

As far as I understand, the main difference is that gitlab-ci is opensource (you can install it on your own …

travis-ci gitlab-ci gitlab-ci-runner
Windows GitLab CI Runner using Bash

I'm trying to use bash as the shell on Windows for a GitLab CI Runner. concurrent = 1 check_interval = 0 [[runners]] name = "…

windows bash gitlab-ci gitlab-ci-runner
Gitlab CI/CD job's log exceeded limit

When I run my job on Gitlab CI/CD, after a while I obtain the following error message: Job's log …

gitlab gitlab-ci gitlab-ci-runner
Using gitlab's nginx to serve another app

Hello I have installed Gitlab using this https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md#installation Now I want …

nginx gitlab gitlab-ci
Gitlab CI - How to trigger a build only if changes happen on particular set of files

In Gitlab CI, how do you trigger a build only if changes happen on particular set of files? Is there …

git build continuous-integration gitlab gitlab-ci