Skip to content

Commit b275507

Browse files
committed
Added placeholder for using components
1 parent 8a7e138 commit b275507

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

160_gitlab_ci/300_components/slides.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ They are similar to job templates...
1616

1717
...but more contained, i.e. they cannot be overwritten
1818

19+
### Usage
20+
21+
XXX ` include:component` [](https://docs.gitlab.com/ee/ci/yaml/#includecomponent)
22+
23+
XXX fully qualified
24+
25+
```yaml
26+
include:
27+
- component: $CI_SERVER_FQDN/my-org/my-project/[email protected]
28+
```
29+
1930
---
2031
2132
### Authoring
@@ -28,7 +39,7 @@ Components require a header with `spec` [](https://docs.gitlab.com/ee/ci/yaml/#s
2839

2940
```yaml
3041
spec:
31-
input:
42+
inputs:
3243
path:
3344
type: string
3445
description: "Path to the source code"

0 commit comments

Comments
 (0)