Skip to main content
Stack Overflow for Teams is now Stack Internal: See how we’re powering the human intelligence layer of enterprise AI. Read more >
Filter by
Sorted by
Tagged with
0 votes
1 answer
111 views

We use GitLab enterprise within our company and it is integrated with Azure (https://docs.gitlab.com/integration/azure/). In some of our pipelines, we want to generate an access token for some ...
Steven Lai's user avatar
1 vote
0 answers
48 views

Is it possible to configure “Merge request branch workflow” rules via glab api?
devops-db's user avatar
  • 423
0 votes
1 answer
88 views

I'm trying to download artifacts from a Gitlab build (hosted on gitlab.com) according to the documentation So I run the following command : curl --location --output artifacts.zip --header "...
BenjaminD's user avatar
  • 556
0 votes
0 answers
128 views

By using Gitlab API, I am able to get most information from an issue, but some information is missing on the blocking/is blocked relationship. On Windows, I use the following command to access ...
Pierre's user avatar
  • 3
0 votes
1 answer
248 views

I have a local Gitlab CE version 17.8.1, trying to have Container registry. I am using self signed certificates. When running the build-image in the pipeline, I got failer to verify certificate error: ...
Moutaz1983's user avatar
0 votes
0 answers
36 views

Recently we faced performance degradation in our GitLab selfhosted as there were 2 jobs that were running more than 3 hours. We have more than 18000 projects in our GitLab, and we need to keep track ...
Kiru's user avatar
  • 1
0 votes
0 answers
206 views

Is it possible to show recent activity from issues and merge requests that I participate in? For example, if someone else leaves a comment. The only obvious UI tabs, that I can see are: “Your ...
Ruben P. Grady's user avatar
2 votes
1 answer
97 views

The pipeline is having below stage. 1. download - It will download project zip file from artifactory depends on the release number 2. build - It will compile and deploy the downloaded zip file on ...
Yogesh's user avatar
  • 313
0 votes
1 answer
35 views

I have three stages: A, B, and C. when triggers the pipeline Job A is passed, job b is failed and as a result, job c is not carried out. I now want to add a few lines of code to job b and execute it ...
raj kumar's user avatar
3 votes
1 answer
294 views

In Gitlab, I use all sorts of Project Access Tokens to access Gitlab resources within the pipeline. I create the tokens then create environment variables and put the generated token values there. Say, ...
Davood's user avatar
  • 1,596
0 votes
0 answers
100 views

I can't figure out what might be causing this 401 Unauthorized error when trying to deploy to my project's maven registry from my local workstation. Hoping there might be some maven users willing to ...
simgineer's user avatar
  • 1,926
0 votes
0 answers
90 views

I have been tasked with migrating our team's GitLab group from one private GitLab server to another. Since the server admins have not enabled direct transfer, it looks like I'm stuck with exporting/...
BrianD's user avatar
  • 11
0 votes
0 answers
52 views

I use a self hosted GitLab to store Maven dependencies. After a server incident some files were removed from the file system, but are still listed in the Package Registry, causing a 500 error when ...
berger-devel's user avatar
1 vote
0 answers
88 views

In the GitLab API documentation for pipelines, it states that this is available in the free, premium, and ultimate tiers. The following example is given for getting data back for multiple pipelines ...
A Simple Programmer's user avatar
1 vote
1 answer
711 views

I am running into a frustrating issue where I am failing to auth to the gitlab api from within a gitlab ci job (to add a label to a MR based on if a file is touched) using a group token. I run the cmd ...
Dom's user avatar
  • 257
0 votes
0 answers
26 views

I'm working with a multi-project CI/CD setup and I'm encountering an issue with my downstream pipeline. I have configured a trigger to include a downstream project as follows: trigger: include: - ...
sugu s's user avatar
  • 1
0 votes
0 answers
32 views

Using GitlabCI, we've scheduled a bunch of tests to run daily. When this test job is failing, we receive a (slack) notification in a dedicated channel. Now I'd like to push it further: I want to ...
Bruno's user avatar
  • 21
0 votes
0 answers
71 views

The upstream merge request pipeline triggers a multi-platform downstream pipeline which build and run hundreds tests through different jobs for various platforms (for instance, linux/win/mac+intel/arm+...
Rom098's user avatar
  • 2,653
0 votes
1 answer
278 views

Will gitlab creates a temporary commit_msg_file once git commit or git commit -m is given? how to configure pre-commit hooks, so that once the developes gives the commit message, that needs to be ...
Vandana's user avatar
0 votes
0 answers
87 views

I am planning to use Gitlab GraphQL API, I'd like to get all the commits of a branch. In my project the commits are added directly to develop branch so there aren't merge requests. I found this ...
Viktor's user avatar
  • 1,519
0 votes
0 answers
28 views

We can get all the project using https://gitlab.example.com/api/v4/projects and then we have to iterate all the project one by one to get there branches using https://gitlab.example.com/api/v4/...
abhi294074's user avatar
0 votes
1 answer
51 views

I'm trying to query our instance of GitLab for flakey tests. If I navigate to a URL of this format, https://our-gitlab-instance.com/the-group/the-project/-/pipelines/365771/tests/suite.json?build_ids[]...
br3nt's user avatar
  • 9,754
0 votes
0 answers
129 views

I am trying to retrieve a complete list of actions performed by a user (events) in my self-hosted GitLab instance. Specifically, I need a list of: Commits (e.g., commit hashes or identifiers) Created/...
Shunya's user avatar
  • 2,489
1 vote
1 answer
779 views

Online Gitlab version: GitLab Enterprise Edition 17.5.0-pre c30a70942c6 Custom Gitlab runner version (running on Ubuntu): Version: 16.1.0 Git revision: b72e108d Git branch: 16-1-stable GO ...
Kode Charlie's user avatar
  • 1,499
1 vote
0 answers
270 views

I have a Gitlab pipeline ID, but this pipeline has been triggered by another one, and I need to access to the properties of this parent pipeline. For this, I only have the pipeline id, which should be ...
HellNoki's user avatar
1 vote
1 answer
177 views

I would like to retrieve all the issues from a project which have been assigned to a certain milestone and then apply some filters to them (for instance, update date). I use the query parameter ...
JuanN's user avatar
  • 790
0 votes
0 answers
68 views

my gitlab cicd runner is starting and at end , it is stucking without showing me the result till the timeout, and after it it is failing with timeout error when I see for that process while that job ...
Ganesh's user avatar
  • 41
0 votes
0 answers
53 views

What I am trying to do To create a new project using a Group-level template that copies only the main branch , via GitLab API. What I did (On GitLab Ultimate/Enterprise) Use FetchAPI to send a POST ...
dko's user avatar
  • 371
0 votes
1 answer
87 views

I am trying to call gitlab api to get runner list. But I am bit confused in the scopes given in the documentation. curl --header "PRIVATE-TOKEN:${KEY}" "https://<git-url>/api/v4/...
Yogesh's user avatar
  • 313
0 votes
0 answers
1k views

I would like to see for which Gitlab MRs changes were requested. For example, if I approve a MR, I clearly see that in MR list: But if I request changes, I don't see that info on the list, I need to ...
gtu's user avatar
  • 1,025
0 votes
0 answers
404 views

Getting the below error when trying to execute the below script in gitlab pipeline. curl: (3) URL using bad/illegal format or missing URL /builds/testing/testing-prj/testing-api/scripts/test_api.sh: ...
gcpdev-guy's user avatar
1 vote
0 answers
86 views

In Gitlab, is it possible to setup workflow target branches as described here: https://docs.gitlab.com/ee/user/project/repository/branches/index.html#configure-workflows-for-target-branches but on a ...
AvdB's user avatar
  • 95
0 votes
1 answer
44 views

I've built a small HTML/JS page that uses GitLab API to upload files into the Package Registry like: <input class="form-control mb-1" type="file" id="formFile" /> &...
NicoCaldo's user avatar
  • 1,699
5 votes
1 answer
686 views

I am working on a project that involves using MLflow and GitLab integration. I have set up a Jupyter notebook where I aim to integrate data from MLflow into GitLab. Following the instructions provided ...
Dari's user avatar
  • 51
0 votes
1 answer
143 views

I'm using GitLab package for the helm chart but I'm unable to delete the helm chart from GitLab package using gitlab API Method I tried: I tried curl --request DELETE --header "PRIVATE-TOKEN: ...
Sujay_ks's user avatar
  • 335
1 vote
1 answer
148 views

I can’t find any information in the GitLab documentation on how to remove one single reviewer by ID in a merd request. Has anyone encountered this problem? I tried to do delete Requests by type:https:/...
Hika's user avatar
  • 21
1 vote
0 answers
134 views

As a GitLab user, I would like to program an automated creation of a changelog.md. For my Hugo Project I will using the .gitlab-ci.yml. The tutorial by Ben Ridley from the GitLab team serves as a ...
Aaron's user avatar
  • 849
0 votes
1 answer
599 views

I try to implement a auto workflow in gitlab-ci.yml which provide a stage named "auto_check" that trigger by gitlab merge_request_event.In this stage, it try rebase, and check the mr title, ...
paoMian K's user avatar
1 vote
0 answers
244 views

I'm getting gitlab private token in request param. How to validate this token valid or not. I have used gitlab4j-api maven dependency but getting error: java.lang.ClassNotFoundException: javax.ws.rs....
Onic Team's user avatar
  • 1,656
0 votes
0 answers
310 views

Below is my gitlab-ci.yml file, where I have 2 stages. stages: - upload - publish upload-file: stage: upload script: - <command> when: manual publish-file: stage: publish ...
alex's user avatar
  • 179
0 votes
1 answer
192 views

Hey so this has been killing me for couple of days, I feel I'm missing a minor syntax. I want to send a slack message with test status from the gitlab pipeline. I'm using stage:allure to get these ...
swame_sp's user avatar
1 vote
1 answer
75 views

My standalone Gitlab has an option for integrating Jira. Gitlab Web UI shows Jira in the list of available integrations under Admin Area > Instance-level integration management. I would like to ...
ludenus's user avatar
  • 1,341
0 votes
3 answers
2k views

I found only such a method in the official GitLab documentation. GET /projects/:id/issues/:issue_iid/time_stats { "human_time_estimate": "2h", "human_total_time_spent&...
Михайлуц Юрий's user avatar
0 votes
1 answer
4k views

I'm looking for the Swagger/OpenAPI specification file for GitLab API version 4 mainly for /api/v4/personal_access_tokens. I've searched extensively but couldn't find it. Can someone please point me ...
Prasad Bonthu's user avatar
0 votes
0 answers
255 views

I'm trying to upload an image from a WordPress backend to a GitLab project, such that I can use that image in an issue. The image comes from a ContactForm7 form and I store it in WordPress first. ...
Shanksum's user avatar
1 vote
1 answer
3k views

I am currently using a Gitlab service account with its token and I want to set up a CICD job that automates the rotation of the service account tokens. However from the documenation, it seems there ...
pureendroid's user avatar
-1 votes
1 answer
2k views

can i pass parameters to a job via REST api call to a gitlab api, to trigger a specific job? I have a python script that runs as a part of the job and i would like to pass parameters to that script. I ...
kishi's user avatar
  • 63
0 votes
1 answer
36 views

Let me explain on the example. Group1 and Group2 have been created in the Gitlab. For the Group1 we assigned 2 users. For the Group2 we assigned 4 users. To retrieve their data assignment details we ...
cloudy's user avatar
  • 123
1 vote
1 answer
209 views

I'm new to gitlab ci/cd. Looking at the documentation, it suggests that we can define/set up ci/cd steps in our gilab pipeline . also , set up webhook integrations. is it possible to set up a step and ...
awen's user avatar
  • 103
0 votes
0 answers
328 views

For a project I am trying to retrieve every commit and for each updated file, I want to store the entire file (without the commit syntax, just the vanilla file) and which lines were updated. I am ...
AnnemarieWittig's user avatar

1
2 3 4 5
15