Skip to content

Instantly share code, notes, and snippets.

@sizovs
Created July 14, 2014 20:25
Show Gist options
  • Save sizovs/dd27bae4bcf5de423422 to your computer and use it in GitHub Desktop.
Save sizovs/dd27bae4bcf5de423422 to your computer and use it in GitHub Desktop.
def cfg(key) {
def uri = "http://production.configuration/$key".toURL()
uri.getText(connectTimeout: 2000, readTimeout: 3000)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment