RUNDECK PRO Plugins
Execution Replication File Storage Plugin
Available since 1.3.2 (Rundeck PRO Version History)
Execution Replication File Storage Plugin
This plugin creates a rundeck formatted Project Archive for each execution, and uploads it to a remote Rundeck server, to replicate the execution data
Enable the plugin in rundeck-config.properties:
rundeck.execution.logs.fileStoragePlugin=ExecutionReplicationPlugin
Configuration will be defined in framework.properties/project.properties:
framework.plugin.ExecutionFileStorage.ExecutionReplicationPlugin.rundeckUrl=http://host
framework.plugin.ExecutionFileStorage.ExecutionReplicationPlugin.apiToken=...
framework.plugin.ExecutionFileStorage.ExecutionReplicationPlugin.outputDir=/tmp
framework.plugin.ExecutionFileStorage.ExecutionReplicationPlugin.project=${execution.project}
framework.plugin.ExecutionFileStorage.ExecutionReplicationPlugin.timeout=30