GitLab CI is a continuous integration server from GitLab.
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-runnerI'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.jsonI 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-runnerQuestion 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-runnerI 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.2I'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-runnerI 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-pagesI have a Dockerfile which I can build using kaniko in the GitLab CI/CD pipeline. Currently the build stage …
docker continuous-integration gitlab-ci kanikoI 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-dockerWe 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