in vars/GitSync.groovy [18:23]
def getJsonPathValue(object, name, jsonPath) { sh( script: "oc get ${object} ${name} -o jsonpath='{${jsonPath}}'", returnStdout: true ).trim() }