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…
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…
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)…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…