Skip to content

Commit a925d5a

Browse files
committed
Adding scm definition docs to README
1 parent 1d64bc8 commit a925d5a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,33 @@ which usually makes more sense considering that value is stored in SCM.
695695
}
696696
```
697697

698+
Since GoCD `>= 19.2.0` defining new pluggable materials that are not defined
699+
in the GoCD server is supported.
700+
701+
```json
702+
{
703+
"plugin_configuration": {
704+
"id": "plugin_id",
705+
"version": "1"
706+
},
707+
"configuration": [
708+
{
709+
"key": "url",
710+
"value": "[email protected]:tomzo/gocd-json-config-plugin.git"
711+
}
712+
],
713+
"destination": "destinationDir",
714+
"filter": {
715+
"ignore": [
716+
"dir1",
717+
"dir2"
718+
]
719+
},
720+
"name": "myPluggableGit",
721+
"type": "plugin"
722+
}
723+
```
724+
698725
## Configrepo
699726

700727
This is a convenience for shorter and more consistent material declaration.

0 commit comments

Comments
 (0)