I have a GitLab instance running in docker. GitLab works fine however I can't access GitLab Pages.
The setup
Overview
+------------+
Request+-->+ Cloudflare |
+-----+------+
|
v …
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…
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…
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 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…
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…
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…
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…
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…
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…
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…
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…
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:…
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…
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…