GitLab CI is a continuous integration server from GitLab.
I'm using Hosted Gitlab to host my Git repositories, and more recently I've been using it to build/deploy PHP …
gitlab gitlab-ciWe have a project that is composed of multiple (non-public) repositories. To build the whole project, the build system needs …
gitlab gitlab-ciHow to use if else condition inside the gitlab-CI. I have below code: deploy-dev: image: testimage environment: dev tags: - …
if-statement gitlab-ciHow do I run a .gitlab-ci.yml job only on a tagged Master branch? job: script: - echo "Do something" …
gitlab gitlab-ci gitlab-ci-runnerCurrently when I start a build in GitlabCI it is running under gitlab-runner user. I want to change it the …
gitlab gitlab-ci gitlab-ci-runnerI've finally manage to make it work so that when you push to a branch job would launch, but I …
gitlab-ciHere is my problem setup with GitLab and its integrated CI service. I have a current GitLab 8.1. and a gitlabci-multi-runner (0.6.2) …
git docker continuous-integration gitlab-ciWe use gitlab ci with shared runners to do our continuous integration. For each build, the runner downloads tons of …
maven gitlab-ci gitlab-ci-runner gitlab-8gitlab-ci-multi-runner register gave me couldn't execute POST against https://xxxx/ci/api/v1/runners/register.json: Post https://xxxx/ci/…
go gitlab gitlab-ci gitlab-ci-runner gitlab-8