Top "Gitlab-ci" questions

GitLab CI is a continuous integration server from GitLab.

Getting GitLab CI to clone private repositories

I have GitLab & GitLab CI set up to host and test some of my private repos. For my composer …

ssh continuous-integration gitlab gitlab-ci gitlab-ci-runner
Code coverage report using gitlab-ci.yml file

I need to see code coverage report for a java maven project in Gitlab. According to this, this and some …

maven gitlab code-coverage gitlab-ci jacoco
How to deploy with Gitlab-Ci to EC2 using AWS CodeDeploy/CodePipeline/S3

I've been working on a SlackBot project based in Scala using Gradle and have been looking into ways to leverage …

gradle amazon-s3 amazon-ec2 gitlab-ci aws-code-deploy
How to specify wildcard artifacts subdirectories in .gitlab-ci.yml?

I'm using GitLab CI to build a C# solution and try to pass some build artifacts from one build stage …

yaml gitlab-ci gitlab-8
gitlab 8.2.1, How to use cache in .gitlab-ci.yml

I'm trying to use 'cache' in .gitlab-ci.yml (http://doc.gitlab.com/ce/ci/yaml/README.html#cache). My gitlab …

gitlab gitlab-ci gitlab-ci-runner
How do we use the 'variables' keyword in gitlab-ci.yml?

I am trying to make use of the variables: keyword documented in the Gitlab CI Documentation here: FROM: https://docs.…

variables gitlab gitlab-ci
GitLab CI Pipeline on specific branch only

I'm trying to implement GitLab CI Pipelines to build and deploy an Angular app. In our project we have two …

git continuous-integration gitlab pipeline gitlab-ci
How to run multiple gitlab-ci-runners?

Well, very basic question but I just didn't find (good) documentation; here we go: Can I setup/run several runners …

gitlab-ci gitlab-ci-runner
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 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