Dump Config
def mainConfigCheck(globalSettings, config) {
gkScript.logInfo("globalSettings: \n" + to_json(globalSettings));
gkScript.logInfo("config: \n" + to_json(config));
}Last updated
Was this helpful?
def mainConfigCheck(globalSettings, config) {
gkScript.logInfo("globalSettings: \n" + to_json(globalSettings));
gkScript.logInfo("config: \n" + to_json(config));
}Last updated
Was this helpful?
Was this helpful?