Top "Gitlab-ci" questions

GitLab CI is a continuous integration server from GitLab.

Gitlab CI how to deploy an application via SSH

I'm using Hosted Gitlab to host my Git repositories, and more recently I've been using it to build/deploy PHP …

gitlab gitlab-ci
how to access multiple repositories in CI build?

We have a project that is composed of multiple (non-public) repositories. To build the whole project, the build system needs …

gitlab gitlab-ci
How to use if-else condition on gitlabci

How to use if else condition inside the gitlab-CI. I have below code: deploy-dev: image: testimage environment: dev tags: - …

if-statement gitlab-ci
How to merge branch to master?

I do have a local branch with some changes, and I want to merge it to remote master. When I …

git merge gitlab gitlab-ci
How to run a gitlab-ci.yml job only on a tagged branch?

How do I run a .gitlab-ci.yml job only on a tagged Master branch? job: script: - echo "Do something" …

gitlab gitlab-ci gitlab-ci-runner
Change Gitlab CI Runner user

Currently 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-runner
How can I test gitlab-ci.yml?

I've finally manage to make it work so that when you push to a branch job would launch, but I …

gitlab-ci
Multiple Docker images in .gitlab-ci.yml

Here 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-ci
How to enable maven artifact caching for gitlab ci runner?

We 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-8
Gitlab-CI runner: ignore self-signed certificate

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