It is also a Jenkins Trigger, that will schedule a build on Jenkins after a job execution on Rundeck (using Rundeck WebHook Notification).
In addition, it turns Jenkins into an Option provider for Rundeck, if you want to use your Jenkins build artifacts as an option to a Rundeck job.">
As a plugin developer you can use this plugin as dependency of your plugin by adding a dependency tag to your POM.
To add the latest version of this plugin as a maven dependency, use the following:
<dependency> <groupId>org.jenkins-ci.plugins</groupId> <artifactId>rundeck</artifactId> <version>3.6.13</version> </dependency>