File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff 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
700727This is a convenience for shorter and more consistent material declaration.
You can’t perform that action at this time.
0 commit comments