Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
2 replies
31 views

I have a project to build requiring Java, C++, Python and Angular for its beginning. I've chosen to build a multi-repository project (on Gitlab) rather than a mono-repository one. But I'm wondering: ...
Marc Le Bihan's user avatar
0 votes
1 answer
43 views

In a self-hosted GitLab Community Edition v18.10.1, I execute some jobs that produce color output in their log. (The debian slim docker container that produces the log uses TERM="xterm-256color&...
k0pernikus's user avatar
  • 67.9k
0 votes
0 answers
64 views

I use a GitLab CI/CD pipeline and I develop a new job to include a custom component developped by another team in my company. Inside the .gitlab-ci.yml file, there is an include of the same file 3 ...
Oupat's user avatar
  • 131
Best practices
0 votes
1 replies
42 views

Looking for information on this and can't seem to find it anywhere in the GitLab docs. I'm currently setting up a scenario where our team will ultimately have our GitLab runners setup to handle ...
Mark Hisle's user avatar
-1 votes
1 answer
48 views

I am using GitLab Community Edition v18.9.1. I created a pipeline that builds Docker images and runs specific tasks for the main branch and for merge requests. My .gitlab-ci.yml looks like: --- ...
k0pernikus's user avatar
  • 67.9k
Advice
1 vote
0 replies
46 views

So my goal is to build a map showcasing users contributions to the FOSS projects and I am trying to building it for my FOSS community. I was reading documentations of gitlab for few hours, I dont find ...
Divya priya's user avatar
-4 votes
0 answers
72 views

I'm using a JetBrains IDE (IntelliJ IDEA 2025.3 on Windows) with the GitLab integration plugin. When I try to view a merge request (for example, !1726), I get the following error in the IDE : Failed ...
user32533439's user avatar
-2 votes
0 answers
23 views

I wanted to display to the public my list of repositories on my homepage, but the companion activities for these repositories are displayed as well. How do i hide the latter from public viewing?
Nick Wills's user avatar
  • 1,184
-2 votes
1 answer
66 views

Gitlab Pipeline fails npm publish with 403 Forbidden using internal Gitlab Instance with one central Package Registry. Groups and Projects setup as instructed Manage packages with dedicated, type-...
JIT Solution's user avatar
  • 1,131
1 vote
3 answers
190 views

I want to connect via SSH to a server in a GitLab CI pipeline job. I have this in my pipeline: reset_database: stage: .pre image: kroniak/ssh-client:latest resource_group: portal_test_vm_lock ...
k0pernikus's user avatar
  • 67.9k
Best practices
0 votes
5 replies
49 views

I made a local buildroot repository in my gitlab about 1 year ago. I don't remember what I did at that time but I think I followed steps to import from URL. Since my repo does not have new updated ...
Cprogrammer's user avatar
1 vote
0 answers
84 views

I am trying to set up a CI pipeline in GitLab, for a Spring Boot project with Maven, which also installs npm. I have tried using docker exec locally to check if doing mvn install would work, and it is ...
coriuser's user avatar
1 vote
0 answers
52 views

My job requires reviewing changes that engineers make to GitLab merge requests. When they make changes to a merge request that I've already reviewed, I need to review the additional changes. My ...
Jonathan Sachs's user avatar
0 votes
0 answers
59 views

I’m using GitLab’s MLflow experiment tracking integration as my tracking server and mlflow==3.10.0. I can successfully log (push) artifacts to a run, but when I try to list them using MlflowClient....
Facundo's user avatar
  • 23
1 vote
1 answer
126 views

I can push a package with the following: curl --location --header "DEPLOY-TOKEN: xxxx" --upload-file TestFile_1.0.0.0.pkg "https://xxxx/api/v4/projects/1234/packages/generic/TestFile/1....
GafferMan2112's user avatar

15 30 50 per page
1
2 3 4 5
1222