def cacheRules = [
[ test: { it == "nam_riskbreach_reporter" }, value: "egtpsga56" ],
[ test: { it.startsWith("nam_router_inst1") }, value: "egtpsga57" ]
]
def cachePattern = cacheRules.find { it.test(task_name) }?.value ?: "egtpsga58"
def cacheOverrideString = ddsTmpdir
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)