Usage:
Put the plugin jar in the /var/lib/rundeck/libext
folder.
(Get the jar from the maven central repository or create it yourself entering mvn install
on the commandline)
Add a httppost step to a Rundeck job and configure the httppost step by entering values for the Remote Url, Post Parameters and Step Description plugin properties. Placeholders for entered Rundeck job option values (e.g. ${option.name.value}) in the Remote Url and the Post Parameters property of the plugin will be expanded.
Released version in Maven Central :
<dependency>
<groupId>be.fluid-it.tools.rundeck.plugins</groupId>
<artifactId>rundeck-httppost-plugin</artifactId>
<version>0.1-1</version>
</dependency>