Update Customizing Components authored by Slominski, Ryan's avatar Slominski, Ryan
......@@ -14,4 +14,14 @@ include:
```
## Customize with Job Merge
Another way to customize is to redefine the job after include with additional configuration. If multiple jobs of the same name are defined, then they are merged.
Another way to customize is to redefine the job after include with additional configuration. If multiple jobs of the same name are defined, then they are merged. Example:
_.gitlab-ci.yml_
```
include:
- component: $CI_SERVER_FQDN/accelerator/iac/release-workflow/ci-gradle@v1
ci-gradle:
rules:
- when: manual
```