Created
September 21, 2016 09:43
-
-
Save joebew42/01858f0b328574ef6592e2531c5a041d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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