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
*.hpi
for 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
*.hpi
you downloaded in step 1.