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…
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…
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…
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…
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…
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:…
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,…
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,…
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…
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…
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 …
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…
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…
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…
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.