You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DevOps-Bash-tools/setup/gocd_config_repo.json

27 lines
432 B
JSON

{
"id": "bash-tools",
"plugin_id": "yaml.config.plugin",
"material": {
"type": "git",
"attributes": {
"url": "https://github.com/harisekhon/bash-tools",
"branch": "master",
"auto_update": true
}
},
"configuration": [
{
"key": "file_pattern",
"value": "*.gocd.y*ml"
}
],
"rules": [
{
"directive": "allow",
"action": "*",
"type": "*",
"resource": "*"
}
]
}