Top "Gitlab" questions

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

Gitlab: Sorry, we cannot cherry-pick this merge request automatically

I got following error in the Gitlab: Sorry, we cannot cherry-pick this merge request automatically. This merge request may already …

gitlab git-cherry-pick
GitLab CI Start job manually (deployment)

Is it possible to mark gitlab ci jobs to start manually? I need it for deploying application but I want …

gitlab continuous-deployment gitlab-ci continuous-delivery gitlab-ci-runner
Configure runner to run multiple jobs at the same time

When having one gitlab runner serving multiple projects, it can only run one CI pipeline while the other project pipelines …

gitlab gitlab-ci gitlab-ci-runner
502 Bad Gateway from Nginx for large GitLab fork

I'm running GitLab 6.0.0 through Nginx and can fork small repositories, but when I try to fork a large repository (2GB) …

git nginx gitlab git-fork
./deploy.sh not working on gitlab ci

My problem is the bash script I created got this error "/bin/sh: eval: line 88: ./deploy.sh: not found" on …

bash continuous-integration gitlab gitlab-ci gitlab-ci-runner
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
Web access HTML file in my Gitlab repo

I want to use Gitlab to manage web-application development. Is it possible to access the html file I have created …

html git gitlab web-access
Multiple ssh keys are not working

OS Description: Ubuntu 14.04.3 LTS ssh: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3, OpenSSL 1.0.1f 6 Jan 2014 I am unable to use multiple ssh key …

git ssh gitlab openssh ssh-agent
How to export issues on Gitlab?

Is there an option to export all issues / TODOS to csv or pdf file in GitLab?

gitlab issue-tracking
integrating gitlab with sonarqube

I have GitLab CE (v8.5 at least) installed on my server. I would like to integrate it with sonarqube so …

plugins sonarqube integration gitlab gitlab-8