close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
1 answer
111 views

I have .gitlab-ci.yml defined as: include: '/templates/create-library.yml' stages: - build - test - deploy The /templates/create-library.yml file has: include: - template: Jobs/SAST.gitlab-...
Score of 1
1 answer
90 views

I have recently migrated a large Flutter project from flutter_svg to vector_graphics to improve rendering performance. My project contains hundreds (if not thousands) of .svg files. I am using the ...
Score of 0
1 answer
56 views

Currently learning how to use GitLab CI, inspired from the documentation we can find here and here, I ran into an error. With the following steps/step.yml file located in a gitlab.com/namespace/zero-...
Score of 0
0 answers
50 views

I develop a GitLab pipeline with few stages. One of the stages include and trigger 2 child components to perform secrets and vulnerabilities scan of the merge request. Another stage include 1 job to ...
Score of 0
1 answer
67 views

Currently learning how to use GitLab CI, inspired from the documentation we can find here and here, I ran into an error. With the following steps/step.yml file located in a gitlab.com/namespace/zero-...
Score of 0
1 answer
92 views

I developed a GitLab CI/CD pipeline, and in a job, I call a downstream pipeline to execute a job. In this downstream pipeline, I pass two variables; the first one is correctly executed, but not the ...
Score of 0
2 answers
84 views

Because some scripts are complex, I prefer creating external Bash scripts and then use it in gitlab-ci.yml. I have a little script that lists all compiled scripts and make a release with them. Only, ...
Score of 1
1 answer
135 views

When repositories include jobs from other repositories it happens often that not all needed variables are set, therefore they should be set in the job rules. E.g. workflow: rules: - if: $VAR == ...
Score of 0
0 answers
61 views

I am using a self-managed GitLab instance, and I have a gitlab-runner running within a distrobox container as a shell executor (tag: leap-distro) in order to use files and libraries that I have on the ...
Score of 0
1 answer
100 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&...
Score of 0
0 answers
73 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 ...
Score of -1
1 answer
84 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: --- ...
Score of 1
2 answers
116 views

I am running Django tests inside GitLab CI and trying to switch between SQLite (for local/test) and PostgreSQL (for production). My settings structure looks like this: settings/_init_.py: import os ...
Score of 1
0 answers
106 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 ...
Score of 0
0 answers
78 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....

15 30 50 per page
1
2 3 4 5
598