Skip to content

Commit 7596506

Browse files
committed
Added documentation and specs for new option
1 parent 5ba6436 commit 7596506

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For a full list of features see the [Buildkite Plugin Linter cli tool documentat
1010
steps:
1111
- label: ":sparkles: Lint"
1212
plugins:
13-
- plugin-linter#v3.0.0:
13+
- plugin-linter#v3.1.0:
1414
id: my-org/my-plugin
1515
```
1616
@@ -24,6 +24,10 @@ If you want to run it locally on a command line, see the [Buildkite Plugin Linte
2424

2525
The id of the plugin (e.g. `my-org/my-plugin`)
2626

27+
### `image-version`
28+
29+
The docker tag of the `buildkite/plugin-linter` image to use. Default is `2.0.1`
30+
2731
### `readme` (optional)
2832

2933
The filename of the plugin’s readme. Default is `README.md`

plugin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ configuration:
77
properties:
88
id:
99
type: string
10+
image-version:
11+
type: string
1012
readme:
1113
type: string
1214
required:

0 commit comments

Comments
 (0)