maasglobal_cicdtest/00_Global-Config/conditional-naming-processg.../CDIPrenaming.json

41 lines
799 B
JSON

{
"displayName": "{{.name}}",
"enabled": true,
"metadata": {
"clusterVersion": "1.212.88.20210305-151445",
"configurationVersions": [
0
]
},
"nameFormat": "{ProcessGroup:CommandLineArgs/.*?[/]www[/]([^/]*?)[/]nodes}",
"rules": [
{
"comparisonInfo": {
"negate": false,
"operator": "EQUALS",
"type": "SIMPLE_TECH",
"value": {
"type": "JAVA"
}
},
"key": {
"attribute": "PROCESS_GROUP_TECHNOLOGY"
}
},
{
"comparisonInfo": {
"caseSensitive": true,
"negate": false,
"operator": "CONTAINS",
"type": "STRING",
"value": "cdip"
},
"key": {
"attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
"dynamicKey": "COMMAND_LINE_ARGS",
"type": "PROCESS_PREDEFINED_METADATA_KEY"
}
}
],
"type": "PROCESS_GROUP"
}