Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

464 questions
0
votes
1 answer

GitLab Pages running in Docker inaccessible from outside the container

I have a GitLab instance running in docker. GitLab works fine however I can't access GitLab Pages. The setup Overview +------------+ Request+-->+ Cloudflare | +-----+------+ | v …
Noel Nemeth
  • 111
  • 7
0
votes
1 answer

Jenkins - Git fetch not fetching any branches

Newly setup jenkins isn't scanning any branches. I tried the global creds and multipipeline creds as well. The creds are regular http username and passwords. Here is the log: Started [Tue Dec 08 16:12:29 UTC 2020] Starting branch indexing... > git…
user630702
  • 495
  • 10
  • 32
0
votes
0 answers

Why these Gitlab jobs are exiting with 127 error code

So .. I am trying to run some jobs for the execution of a project, and the first time I tried to run it through the .gitlab-ci file it took a long time to execute it and presented error 127 during execution. This was the log that came out: Log…
0
votes
1 answer

Gitlab on a minimal requirement Server

I am trying to install gitlab for private use. I want to pay as less as possible so I took the cheapest server on ovh and after installing GitLab on Ubuntu I get following error page "502 Error GitLab is taking too much time to respond". How can I…
I'm a Car
  • 103
  • 5
0
votes
0 answers

Why I can't define a DNS to docker

I will try to summarize my problem as accurately as possible. I have to install Gitlab on a machine that has CentOS 8 and install it as a docker container. So far everything was going well, I was able to install the gitlab and runner container, and…
0
votes
2 answers

SSH does not take server specific port config on Mac

I'm trying to connect to a GitLab instance with non-standard port from Mac. I've studied .ssh/config documentation and tried different options and I think my configuration is ok, but ssh still uses port 22. ssh -vv…
Andy Victors
  • 103
  • 1
0
votes
1 answer

Gitlab - ERROR: Uploading artifacts as "junit" to coordinator

I have an gitlab-runner (as shell) which fails to upload to "coordinator" as I suspect is the gitlab server. It's a java project. Any seen this error before, or have suggestions on how to fix? Updated both gitlab server + runner to last version, but…
Henrik Ormåsen
  • 233
  • 2
  • 15
0
votes
1 answer

dependency loop : to deploy gitlab using awx ansible i need a repository

I want to deploy gitlab using awx and ansible ( or with puppet and rundeck ) and to do it i need a repository ( SCM : gitlab ) , the thing is i want to deploy gitlab but i need a gitlab , i can't find a documentation that give a soluyion , is there…
0
votes
1 answer

How pass dotenv file to my deployment using Gitlab's Auto DevOps

Recently I was deployed a EKS cluster and connect it with our Gitlab.com group, I already deployed some examples and templates from Gitlab and all works fine. Now I’ll want to deploy my Node.js based app. I set STAGING_ENABLED because I’m interest…
Rodrigo Moreno
  • 243
  • 1
  • 2
  • 11
0
votes
0 answers

Gitlab Runner registration failing on CentOS

After searching a lot on the Internet about the problem that I'm having when I try to register the gitlab runner, I was able to verify that the problem was related to SSL certificates. I've looked for solutions to the problem and came across these…
0
votes
1 answer

Is it bad practice to use a CI server for cron/scheduled tasks

Is it considered bad practice to use something like Jenkins or Gitlab CI Pipelines to replace cron jobs? There are two downsides I can think of, giving the CI server access to all servers and having a single point of failure (if the CI server is…
0
votes
1 answer

Gitlab - Postfix can't send mail to external domain

On an Ubuntu 18.04 Server (VM), I have a gitlab omnibus installation (12.10.6) configured with an LDAP login. Besides LDAP, I didn't change the configuration defaults. At the moment, gitlab hasn't been able to send e-mails for example for mentions…
dvj
  • 23
  • 4
0
votes
1 answer

gitlab pg_dump version mismatch

I just recently transfered a gitlab instance to a new server. I thought everything was fine until I went to apt upgrade and the backup failed. Dumping PostgreSQL database gitlab ... pg_dump: server version: 12.2 (Ubuntu 12.2-4); pg_dump version:…
0
votes
2 answers

Local GitLab Not Accepting SSH Key

I checked out this post, but it seems like it was written for OSX and/or Windows, and I'm not really sure how to apply it to my situation: GitLab Not Working With SSH-Keys I set up my GitLab instance normally, using Omnibus (the bash script that…
Alex Eastman
  • 111
  • 3
0
votes
1 answer

Empty user list in Gitlab LDAP connection

I am trying to connect Gitlab to our Active Directory. I have a connection to LDAP, where the authorization succeeds but the list of users with access to Gitlab is empty. The gitlab config looks like this: gitlab_rails['ldap_servers'] = YAML.load…