Merge branch 'review-apps' into 'master'
Add support for dynamic environments
Implements proposal described in https://gitlab.com/gitlab-org/gitlab-ce/issues/21971.
Specifically:
- it adds a `.gitlab-ci.yml` configuration,
- it allows environment name to have slashes,
- it allows environment names to use CI predefined variables,
- it allows to specify URL from `.gitlab-ci.yml`,
- it allows the URL to use CI predefined variables,
- it introduces `environment_type` to allow to easily group environments in the future
See merge request !6323
Showing
lib/expand_variables.rb
0 → 100644
lib/gitlab/ci/config/node/environment.rb
0 → 100644
spec/lib/expand_variables_spec.rb
0 → 100644
Please
register
or
sign in
to comment