A Jenkins plugin that extends to BuildFlow DSL. It gives you the ability to make HTTP get requests from your build script.
def http = extension.'build-flow-http-extension'
def response = http.get('http://echo.jsontest.com/key/value')
out.println(response) //=> {"key": "value"}- Download the
*.hpifor the version you want in the Releases tab of this repo. - Navigate to the Advanced tab of your Jenkins Master's plugin manager.
- Upload the
*.hpiyou downloaded in step 1.