Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
1
vote
2 answers

GitLab runner runs first two commands and says "build succeeded"

I'm using GitLab's "CI Multi-Runner", which I have installed on Windows 2012 R2 instance. Builds start correctly and begin to run, but the build is marked as complete before it even runs my entire script. .gitlab-ci.yml build_web: script: - cd…
Josh M.
  • 679
  • 1
  • 10
  • 21
1
vote
2 answers

Gitlab post-receive hook Host key verification failed

I'm having 3 servers: werkstation.example.com -> server where the gitlab repository is cloned & for changing the files fom the repository git.example.com -> gitab server with repository "tomcat" docker.example.com -> server where the files will be…
1
vote
2 answers

Gitlab - Postgresql not working anymore after gitlabctl-reconfigure

I just installed a brand new server with Gitlab. The first time I done gitlab-ctl reconfigure it worked like a charm. After that, I didn't change anything but ran gitlab-ctl reconfigure again. This is where problems started, I see many failed…
thms0
  • 71
  • 9
1
vote
1 answer

nginx won't start after updating GitLab

I tried updating GitLab by running sudo apt-get update and sudo apt-get install gitlab-ce. Everything seemed fine during the install, but after it finished, nginx stopped working and I can't get it to start. After running: sudo gitlab-ctl status, I…
Nick
  • 197
  • 4
  • 11
1
vote
1 answer

Jenkins/GitLab: How to automatically build the latest git tag?

I want to build the latest git tag in a Jenkins pushed to a git (GitLab) repository. A web hook for tag pushes is configured and working. My current try is to setup a parametrized Jenkins job, so it lists me the tags in a git repostiory: Git…
Michael W
  • 111
  • 1
  • 3
1
vote
0 answers

Unable to create user account for running a service

I'm running Server 2012 R2 (server core), and I'm having trouble setting up Gitlab CI Multi Runner to run as a service as user created specifically for this service. Here's the associated issue:…
1
vote
3 answers

Configure nginx to proxy GitLab CE (both a docker container)

The two following docker containers are running on my machine: nginx 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp nginx gitlab/gitlab-ce:latest 0.0.0.0:32782->22/tcp, 0.0.0.0:32781->80/tcp,…
user1255102
  • 171
  • 1
  • 1
  • 4
1
vote
2 answers

Can nginx run both for gitlab and taiga.io on the same VM?

I having troubles running GitLab and Taiga.io on the same VM (i.e. sharing the same IP). Both use nginx. My VM runs Debian 8. I have followed the classical Omnibus installation of GitLab for Debian 8, and when I enter the IP of my VM on a browser,…
1
vote
1 answer

Gitlab and Apache - Uploaded images 404 errors

I've installed Gitlab on my LAMP server and it's worked well until I decided to add a project avatar today. The images upload as expected to /var/opt/gitlab/gitlab-rails/uploads/projects/1/projectlogo.png but when I reloaded the page the image…
user276318
  • 121
  • 5
1
vote
1 answer

GitLab does not update certain links after changing the server's hostname

I installed GitLab on a fresh Ubuntu 14.04.3 LTS server using the command found in the documentation curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash sudo apt-get install gitlab-ce Everything installed…
1
vote
0 answers

Gitlab Images not found with nginx proxy (load balancer)

I have the following nginx config: server { listen 80 default_server; listen [::]:80 default_server ipv6only=on; root /usr/share/nginx/html; index index.php index.html index.htm; location /git { proxy_pass …
Cracker0dks
  • 113
  • 1
  • 6
1
vote
1 answer

Configuring Docker SSH git access

I have the following setup An Ubuntu 14.04 Linode running a GitLab CE docker instance. I use NGinx as a reverse proxy for all web-traffic, the servername gitlab.xxx.be is used to access the web interface. As for web-related stuff, i have no problem…
user88687
  • 113
  • 5
1
vote
0 answers

gitlab port forward tom foolery

We have a public-facing web server (CentOS 6 w/ Apache) that will need to forward requests, both from public and a private interface, to a separate host that's running Gitlab. For security purposes, we were unable to stand up a new host that had a…
lmind
  • 11
  • 1
1
vote
1 answer

How to correctly route a Gitlab installation in a subdirectory through an SSL reverse proxy?

I am currently struggling with routing a Gitlab installation through an SSL reverse proxy to have Gitlab respond at the path https://myserver/git. I am using the sameersbn/gitlab Docker image and an nginx web server as the reverse proxy. Without…
rabejens
  • 173
  • 2
  • 10
1
vote
1 answer

How to prevent gitlab autostart on boot

I am running gitlab CE 8.2.0 on an Ubuntu 14.04 machine. How can I prevent it from automatically starting on reboot? I can't find anything relevant in gitlab.rb Edit: why the negative vote? please leave a comment to explain, I am new to this site.
Stéphane
  • 149
  • 2
  • 7