GitLab CI is a continuous integration server from GitLab.
I registered 11 projects of GitLab runner. Runners of each project work fine except 1 project. First time I registered runner of …
gitlab-ci gitlab-ci-runnerI can't seem to get the cache or the artifacts to carry over between jobs in gitlab CI. I suspect …
docker gitlab gitlab-ci gitlab-ci-runnerIt's posible run a job from gitlab-ci only on merge request? Now, we have a big monolitic project with heavy …
gitlab-ci gitlab-ci-runnerI'm trying to improve the project building script, described in YML-file, the improvement itself seems quite trivial, but the idea …
gitlab gitlab-ci auto-buildI'm using Gitlab CI 8.0 with gitlab-ci-multi-runner 0.6.0. I have a .gitlab-ci.yml file similar to the following: before_script: - npm …
gitlab-ci gitlab-ci-runnerrecently my runners have been stopped and I don't know why? I've just upgraded nodejs on the server and it …
gitlab gitlab-ci gitlab-ci-runnerI've setup my gitlab installation from source, secured it with letsencrypt and deployed it under https://gitlab.mydomain.com. I …
continuous-integration gitlab gitlab-ci gitlab-ci-runner gitlab-8Is it possible to mark gitlab ci jobs to start manually? I need it for deploying application but I want …
gitlab continuous-deployment gitlab-ci continuous-delivery gitlab-ci-runnerWhen having one gitlab runner serving multiple projects, it can only run one CI pipeline while the other project pipelines …
gitlab gitlab-ci gitlab-ci-runnerMy problem is the bash script I created got this error "/bin/sh: eval: line 88: ./deploy.sh: not found" on …
bash continuous-integration gitlab gitlab-ci gitlab-ci-runner