Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
0
votes
1 answer

gitlab push to master jenkins trigger

I have jenkins and gitlab set up and working. I am using gitlab as the version control system for our puppet environment. What I would like to achieve is when I push changes from a git client to the master branch in gitlab, Jenkins will push that…
Oli
  • 418
  • 4
  • 15
0
votes
1 answer

Gitlab and Nginx not loading gitlab

I have just installed gitlab and nginx on Ubuntu LTS 12.04 using this guide: http://blog.compunet.co.za/gitlab-installation-on-ubuntu-server-12-04/ I installed this on another server last night and had absolutely no problems with it (sort of a test…
Sturm
  • 121
  • 1
  • 4
0
votes
0 answers

Gitlab Access Tokens, protected by authenticating Apache Reverse Proxy?

We hide a Gitlab instance (among several other applications) behind a single Apache Reverse Proxy, that is doing user authentication (OpenID) before granting further access to the lower services. This allows us to have only one Service (Apache)…
0
votes
1 answer

how to share "build repository dir" between jobs in multiple gitlab runner configuration?

I'm using a gitlab runner to deploy application -shared gitlab runner and concurrent count is 4 /etc/gitlab-runner/config.toml concurrent = 4 check_interval = 0 executor = shell All jobs run in a different stage each…
lee
  • 1
0
votes
0 answers

In a GitLab runner SSH to local network that has IP as default Docker Bridge IP

I have a GitLab Pipeline based on the python:3.10.11 image. The runner needs access to a local network that is on 172.17.0.0 via SSH/Paramiko. But it is unable to connect to the newtwork, when the runner pings an IP on the local network, it says…
0
votes
0 answers

Varying, exclusive limits on concurrency in GitLab runner

I have a Linux server used as a GitLab runner. I'd like the server to be usable for two different purposes simultaneously: For build jobs, unit tests, etc. (things that aren't timing sensitive) many jobs can be run concurrently to take advantage of…
rsethc
  • 101
  • 2
0
votes
0 answers

Cannot log into new GitLab installation

I have recently installed an instance of GitLab CE using Docker. The application sits behind an Nginx proxy and I can access the login page without problems. Unfortunately, I also cannot log into GitLab. Apparently, some of the startup documentation…
Factor Three
  • 101
  • 1
0
votes
1 answer

Terraform init error: Failed to download module (local changes would be overwritten)

I have a brand-new local Terraform project that I have just cloned from gitlab. I have not made any changes to the code, but when I run terraform init I get the following error, repeated for every module in the project: Error: Failed to download…
0
votes
0 answers

How can I debug a 'KidNotFound' error when implimenting GitLab SSO with Azure AD as IdP?

I am trying to integrate our self-managed GitLab 15.9.3-ee instance with our Azure AD. Using Azure AD as the IdP for SSO in to GitLab, I have been using the documentation…
MrRed
  • 11
  • 6
0
votes
1 answer

Cannot execute nested command on remote host over ssh tunnel

Im running the following command in my GitLab CI job: ssh ${REMOTE_HOST} "docker restart $(docker ps --format '{{.Names}}' | grep '^backend')" The problem is that it returns me the following error: /usr/bin/bash: line 156: docker: command not…
0
votes
0 answers

SSH connection to gitlab server not working

I have recently installed a gitlab server on a Fedora Server VM hosted locally on my computer. To install the gilab server I used this command : sudo yum install -y gitlab-ce. I had no errors during the installation but when I try to connect to the…
Sinlog
  • 1
  • 2
0
votes
0 answers

How can I configure gitlab and nginx as a reverse proxy with SSL authenticating to Azure AD?

I've been pushing on this for days, I'm really hoping some kind soul can help. Nginx is sitting on an Ubuntu machine in Azure. On that same machine, Docker engine is running a Gitlab container (which uses nginx for serving it up.) I've gotten as far…
0
votes
0 answers

Deploy to AWS EKS using a service account

I need to deploy multiple (> 2 dozen) applications into distinct namespaces from GitLab. Unfortunately, Gitlab's old instance-wide Kubernetes integration has long been deprecated, and the new agent system requires setting up and configuring a…
user1933738
  • 247
  • 1
  • 6
0
votes
1 answer

gitlab runner error with environment

I have installed a new gitlab runner and am getting an error. ERROR: Job failed: prepare environment: Process exited with status 1. Check https://docs.gitlab.com/runner/shells/index.html#shell-profile-loading for more information my file…
sflyer
  • 1
  • 3
0
votes
1 answer

How to properly set up private key for gitlab runner

I would like to make this scenario possible (some problem unrelated aspects were simplified for better understanding) Imagine we have a simple gitlab repository with only two files. index.html - stores static web page gitlab-ci.yml - stores…
Johnczek
  • 101
  • 2