Top "Gitlab-ci" questions

GitLab CI is a continuous integration server from GitLab.

Using a private Docker Image from Gitlab Registry as the base image for CI

How should I authenticate if I want to use an image from the Gitlab Registry as a base image of …

gitlab gitlab-ci gitlab-ci-runner
Get value of package.json in gitLab CI YML

I'm using gitLab CI for my nodejs application. In my YML file I need to call a script to build …

node.js yaml gitlab-ci package.json
[Gitlab]Where can I find Gitlab Pages hosted on my private Gitlab instance?

I tried to set up Gitlab Pages, until now I finished uploading my static website files👇 Uploading artifacts... coverage/lcov-report: …

gitlab gitlab-ci gitlab-ci-runner
Gitlabs artifact of one project used in further projects

Question What is the best way to carry artifacts (jar, class, war) among projects when using docker containers in CI …

continuous-integration gitlab gitlab-ci gitlab-ci-runner
Rails 5.2 Encrypted credentials for production environment

I have created the new Rails app with the version of 5.2. Rails 5.2 introduced the encryption feature for the secrets. I …

ruby-on-rails ruby gitlab-ci ruby-on-rails-5.1 ruby-on-rails-5.2
GitLab-CI: Cannot link to a non running container

I've tried to get my setup work with gitlab-ci. I have a simple gitlab-ci.yml file build_ubuntu: image: ubuntu:14.04 …

gitlab gitlab-ci gitlab-ci-runner
GitLab CI: How can I reuse installed npm packages between jobs?

I have a GitLab Pages site that uses Gulp for building. My .gitlab-ci.yml file looks similar to this: image: …

node.js gulp npm-install gitlab-ci gitlab-pages
How to perform kaniko Docker build and push in separate GitLab CI stages?

I have a Dockerfile which I can build using kaniko in the GitLab CI/CD pipeline. Currently the build stage …

docker continuous-integration gitlab-ci kaniko
Connecting to docker-in-docker from a GitLab CI runner

I have a GitLab pipeline that I want to: Build a Java app Test using docker-compose Push to my Docker …

docker gitlab gitlab-ci docker-in-docker
Maven release in gitlab

We are trying to perform a maven release using maven. We are using gitlab as our CI tool. Issue is …

git maven gitlab-ci maven-release-plugin