Skip to content

Instantly share code, notes, and snippets.

@joebew42
Created September 21, 2016 09:43
Show Gist options
  • Save joebew42/01858f0b328574ef6592e2531c5a041d to your computer and use it in GitHub Desktop.
Save joebew42/01858f0b328574ef6592e2531c5a041d to your computer and use it in GitHub Desktop.
node('', {
def url = new URL('http://www.google.com')
def httpCon = (HttpURLConnection) url.openConnection();
httpCon.setRequestMethod('POST')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment