GitLab is an Open Source Git repository manager with issue tracking and wiki as well as continuous integration features.
This is what I tried: curl http://git.ep.petrobras.com.br/api/v3/session --data-urlencode 'login=myUser&password=…
api curl gitlab gitlab-apiHow 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-runnerMy GitLab instance setup will occasionally put in place an IP ban on our own IP address, resulting in all …
nginx gitlab ip-address access-controlI'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-runnerGitLab'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-runnerI get this error on a fresh install of gitlab. The message looks like: fatal: unable to access 'https://gitlab-ci- …
gitlab gitlab-ci gitlab-omnibusIs it possible to make a reference to an issue in Gitlab from a commit message? I haven't found anything …
gitlab commit issue-trackingI 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