Top "Gitlab" questions

GitLab is an Open Source Git repository manager with issue tracking and wiki as well as continuous integration features.

Gitlab API: How to generate the private token

This is what I tried: curl http://git.ep.petrobras.com.br/api/v3/session --data-urlencode 'login=myUser&password=…

api curl gitlab gitlab-api
How to delete gitlab CI jobs pipelines logs/builds and history

How can we configure gitlab to keep only the last 10 CI jobs/builds and keep deleting the rest? For example , …

gitlab gitlab-ci gitlab-ci-runner
GitLab issuing temporary IP bans - 403 forbidden

My GitLab instance setup will occasionally put in place an IP ban on our own IP address, resulting in all …

nginx gitlab ip-address access-control
how to line wrap long lines inside markdown ``` code blocks ``` in github&gitlab issues?

eg: ``` some very long line; some very long line; some very long line; some very long line; some very long …

github markdown gitlab word-wrap
gitlab runner The requested URL returned error: 403

I'm currently using gitlab.com (not local installation) with their multi-runner for CI integration. This works great on one of …

git msbuild gitlab gitlab-ci gitlab-ci-runner
GitLab CI runner can't connect to unix:///var/run/docker.sock in kubernetes

GitLab's running in kubernetes cluster. Runner can't build docker image with build artifacts. I've already tried several approaches to fix …

docker gitlab kubernetes gitlab-ci-runner
Gitlab:Peer's Certificate issuer is not recognized

I get this error on a fresh install of gitlab. The message looks like: fatal: unable to access 'https://gitlab-ci- …

gitlab gitlab-ci gitlab-omnibus
GitLab CI syntax to write FOR loop statement?

Below is the script mentioned in the gitlab-ci.yml file. This GitLab CI configuration is valid. But, when the CI/…

gitlab yaml jq gitlab-ci jfrog-cli
Reference an issue from a commit message in gitlab

Is it possible to make a reference to an issue in Gitlab from a commit message? I haven't found anything …

gitlab commit issue-tracking
How to trigger Jenkins Multi-Branch Pipeline with Gitlab Webhook

I currently set up a Jenkins Multi-Branch Pipeline job that is based on a Git repository hosted on our Gitlab …

git jenkins gitlab jenkins-pipeline multibranch-pipeline