GitLab CI is a continuous integration server from GitLab.
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-runnerI 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 jacocoI'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-deployI'm using GitLab CI to build a C# solution and try to pass some build artifacts from one build stage …
yaml gitlab-ci gitlab-8I'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-runnerI am trying to make use of the variables: keyword documented in the Gitlab CI Documentation here: FROM: https://docs.…
variables gitlab gitlab-ciI'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-ciWell, very basic question but I just didn't find (good) documentation; here we go: Can I setup/run several runners …
gitlab-ci gitlab-ci-runnerHow 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-runnerI'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