Questions tagged [gitlab-8]

This is the GitLab 8.x specific tag. Use it in addition to the gitlab tag if your question is specific to GitLab 8.x — not just GitLab.

GitLab is open source software to collaborate on code. It can be considered as an open source self hosted . You can checkout a GitLab demo.

Information

This tag is specific for the 8.x version of GitLab, which was released on the 22th September 2015. See the tag for general GitLab questions.

53 questions
95
votes
1 answer

How to specify wildcard artifacts subdirectories in .gitlab-ci.yml?

I'm using GitLab CI to build a C# solution and try to pass some build artifacts from one build stage to another. The problem is, that the artifacts are not located in a single directory but in different subdirectories, which however all have the…
swalex
  • 3,885
  • 3
  • 28
  • 33
41
votes
6 answers

Gitlab-CI runner: ignore self-signed certificate

gitlab-ci-multi-runner register gave me couldn't execute POST against https://xxxx/ci/api/v1/runners/register.json: Post https://xxxx/ci/api/v1/runners/register.json: x509: cannot validate certificate for xxxx because it doesn't contain any IP…
Etienne Gautier
  • 2,901
  • 4
  • 26
  • 35
27
votes
2 answers

integrating gitlab with sonarqube

I have GitLab CE (v8.5 at least) installed on my server. I would like to integrate it with sonarqube so that merge requests shows any issues in the comment section. Has anyone integrated these 2 systems successfully? At the moment, only sonarqube…
aver
  • 555
  • 2
  • 7
  • 21
25
votes
1 answer

GitLab: How to disable automatic startup?

I have not found a way to disable the automatic startup and it ends up using too much RAM when I'm not using. The init files are not inside /etc/init or init.d. I try update-rc.d gitlab remove and no results. I am using GitLab 8.5.4 in Debian 8.
Natan Felles
  • 1,031
  • 1
  • 9
  • 14
20
votes
2 answers

Gitlab CI not caching

I have the following gitlab ci yaml file: image: steveedson/ci stages: - build cache: untracked: true key: "$CI_PROJECT_ID" paths: - node_modules/ - _site/vendor/ - .bundled/ - .yarn build: stage: build script: -…
SteveEdson
  • 2,485
  • 2
  • 28
  • 46
14
votes
1 answer

Difference between projects and subgroups in GitLab

I want to understand the difference between projects and subgroups in GitLab. Please help me on understanding the above.
Santhosh Santhu
  • 153
  • 1
  • 1
  • 9
14
votes
4 answers

Gitlab 8 with nginx proxy can't download a zip, clone a public repo as guest, can't build in CI either

I think all 3 problems are related to the same issue, so I'm going to put all of them here. Gitlab itself is working, I even managed to update it from 8.2.2 to 8.2.3. I can create projects, push my code, pull it, reclone it when I have the proper…
gdurelle
  • 2,079
  • 22
  • 38
7
votes
3 answers

how can i view a gitlab issue board that spans multiple projects

background I've been a religious user for github/zenhub for quite a while. We recently moved our repos to gitlab for many reasons, including free pipelines, security, more flexible groups etc. Problem Zenhub is a greasemonkey app that's added to…
abbood
  • 23,101
  • 16
  • 132
  • 246
7
votes
1 answer

Create a link to compare tags in Gitlab markdown

We keep a changelog.md in the root of our gitlab projects and would like to include a link in each version tag to compare it to the previous tag. The link needs to be e.g https://gitlab.company.com/group/project/compare/v15.4.0...v15.3.0 All…
Sleepless
  • 71
  • 7
6
votes
3 answers

Is it possible to do a git push within a Gitlab-CI without SSH?

We want to know if it's technically possible like in GitHub, to do a git push using https protocol and not ssh and without using directly an username and password in the curl request. I have seen people that seem to think it is possible, we weren't…
Dimitri Kopriwa
  • 13,139
  • 27
  • 98
  • 204
6
votes
1 answer

GitLab cancel or delete a push

I want to cancel my last push, because a pushed the app/build folder changes Is it possible to revert a push or the last push in Gitlab?
medlamine Semassel
  • 115
  • 1
  • 1
  • 4
5
votes
5 answers

Gitlab CI - Failed to register runner

I've setup my gitlab installation from source, secured it with letsencrypt and deployed it under https://gitlab.mydomain.com. I can access the website and create repositories, etc. but I can't find a way to register a gitlab ci runner for the…
Jonas
  • 1,315
  • 1
  • 18
  • 31
4
votes
1 answer

Cache all the data in .gitlab-ci.yml file

I'm new to Gitlab CI and I'm trying to use cache in .gitlab-ci.yml file (on Android platform). The gitlab ci works well but everytime I'm pushing code into gitlab, the CI will download all the data to run it again (It's will take about 30 minutues…
bkit4u
  • 505
  • 2
  • 5
  • 18
4
votes
1 answer

GitLab CE: Block new users after manual registration

I am locking for the right GitLab CE server configuration to block new users, which signed up manually via the sign-up page (username / name / password). This users should be blocked until manually confirmed by an admin. I found options to block new…
bastelflp
  • 9,362
  • 7
  • 32
  • 67
3
votes
1 answer

Where I can find the old docs of GitLab API?

On the main site of Gitlab API I cannot find any documentation for old v3 API version. Where it can be found?
blackhard
  • 502
  • 7
  • 26
1
2 3 4