Top "Gitlab" questions

GitLab is an Open Source Git repository manager with issue tracking and wiki as well as continuous integration features.

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
How do you find your GitLab host name (to test your SSH key)?

I just created a personal GitLab account and am trying to follow the steps on https://gitlab.com/help/ssh/…

ssh gitlab
Open a file directly from a GitLab private repository

I have a private repository on a GitLab server and using the SSH I can pull a project using git …

linux git drupal gitlab drush
How to integrate Jira with GitLab CE?

We have self hosted GitLab CE and Jira, we want link git commit with jira issue link git commit with …

jira gitlab jira-agile gitlab-7
gitlab: move repository to another group inside gitlab

I was wondering if it's possible to move a gitlab repo to another group inside gitlab. for example, if I …

git gitlab gitlab-ce
How to serve other vhosts next to Gitlab Omnibus server? [Full step-by-step solution]

I installed Gitlab CE on a dedicated Ubuntu 14.04 server edition with Omnibus package. Now I would want to install three …

nginx webserver virtualhost gitlab gitlab-omnibus
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
Creating a branch from issue in GitLab

I've just started using GitLab, and have created a set of issues, in order to keep an overview of what …

gitlab branching-and-merging issue-tracking