Skip to content

Instantly share code, notes, and snippets.

@pmgupte
Created June 1, 2016 13:44
Show Gist options
  • Save pmgupte/6e7b94760800dc57db561e31ba5e3aa4 to your computer and use it in GitHub Desktop.
Save pmgupte/6e7b94760800dc57db561e31ba5e3aa4 to your computer and use it in GitHub Desktop.
Read servicenow instance name.
var instanceName = gs.getProperty('instance_name');
gs.info(instanceName);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment