gitlab-org--gitlab-foss/doc/ci
Adam Niedzielski c945a0a714 Pass variables from deployment project services to CI runner
This commit introduces the concept of deployment variables - variables
that are collected from deployment services and passed to CI runner
during a deployment build.
Deployment services specify the variables by overriding
"predefined_variables" method.

This commit also configures variables for KubernetesService
2016-12-16 13:24:03 +01:00
..
api
build_artifacts
docker Document the need to use a PAT with Registry when 2FA is on 2016-12-01 14:24:12 +01:00
examples Update php.md - /.dockerinit was removed in v1.11 so the test always results in an early exit https://github.com/docker/docker/pull/19490 2016-12-01 18:08:37 +00:00
img Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
permissions
quick_start Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
review_apps Fix typo 2016-12-11 14:14:59 +00:00
runners
services
ssh_keys
triggers Clarify that a commit SHA doesn't work for CI triggers 2016-12-01 12:35:24 +01:00
variables Pass variables from deployment project services to CI runner 2016-12-16 13:24:03 +01:00
yaml Add $CI_ENVIRONMENT_NAME and $CI_ENVIRONMENT_SLUG 2016-12-15 14:17:58 +00:00
README.md Merge branch 'docs/refactor-ci-variables' into 'master' 2016-12-05 21:48:21 +00:00
enable_or_disable_ci.md
environments.md Add $CI_ENVIRONMENT_NAME and $CI_ENVIRONMENT_SLUG 2016-12-15 14:17:58 +00:00
git_submodules.md Refactor the Git submodules with CI docs 2016-11-30 20:50:30 +01:00
pipelines.md Add example image to pipelines docs 2016-11-22 11:57:47 +01:00

README.md

GitLab CI Documentation

CI User documentation

Breaking changes

  • New CI build permissions model Read about what changed in GitLab 8.12 and how that affects your builds. There's a new way to access your Git submodules and LFS objects in builds.