This app has been archived

You may still get support information and download previous versions of this app. Learn more.
Last modified 2020-05-18 9844 downloads By AvR

Support

To check known issues (or if you want to file one), view this app's issue tracker.


To learn more about the app, you should:

Description

Trigger one or multiple HTTP Requests


The plugin provides the ability to trigger one or multiple URLs after a push has been received. If it contains more than one reference, a request will be created for each.

Supports the HTTP methods: GET, POST, and PUT



Authenticate using HTTP Basic Authentication


Authentication via HTTP basic auth on any server.



Filtering the events and use generated URL


Restrict the triggering by setting up filters. Only branches or tags that match the filter will trigger.

Plus you can give information with the URL, e.g.:

The user that triggered the push by adding: ${user.name}



More details


  • Call an URL after a git push
  • Supported HTTP methods are
    • GET
    • POST
    • PUT
  • Supports HTTP basic authentication
  • Supports triggering of multiple URLs
  • Triggers each URL for each branch and tag that gets pushed
  • Supports filtering of events (e.g. only trigger an URL for pushes to the master branch)
  • Trigger a variable URL (e.g.

    http://host.name/some.script?user=${user.name})

Version history