gitlab-org--gitlab-foss/app/models/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
..
build.rb Pass variables from deployment project services to CI runner 2016-12-16 13:24:03 +01:00
pipeline.rb Don't call anything on a block, use simple if 2016-12-15 18:38:26 +08:00
runner.rb Remove redundant class_name and foreign_key overrides 2016-10-24 22:29:48 +02:00
runner_project.rb Remove redundant class_name and foreign_key overrides 2016-10-24 22:29:48 +02:00
stage.rb Improve readability in methods for detailed status 2016-12-13 13:24:25 +01:00
trigger.rb Remove redundant class_name and foreign_key overrides 2016-10-24 22:29:48 +02:00
trigger_request.rb Remove redundant class_name and foreign_key overrides 2016-10-24 22:29:48 +02:00
variable.rb Use :maximum instead of :within for length validators with a 0..N range 2016-12-06 10:23:17 +01:00