Skip to content

Instantly share code, notes, and snippets.

@osscontributor
Last active April 8, 2022 01:34
Show Gist options
  • Save osscontributor/f043318f6d7bdb53516dd78531e1ca17 to your computer and use it in GitHub Desktop.
Save osscontributor/f043318f6d7bdb53516dd78531e1ca17 to your computer and use it in GitHub Desktop.
def resp = execution.getVariable("jsonResponse")
if (!resp.success) {
logWarn("$resp.statusCode and error $resp.errorString")
} else {
def list = resp.content.clusterIds
logWarn("$list")
}
} finally {
execution.setVariable("clusterNames", clusterNames )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment