Releases: kdebisschop/rundeck-file-lookup-plugin
Releases · kdebisschop/rundeck-file-lookup-plugin
Fix bug in capturing regex pair
Fixes code and testing to capture paired groups in regular expression scan.
Correct list of plugin classes in build.gradle
Fixes missing inventory
Cleanup
Removes some unused fields and import.
Enable CI
Enables continuous integration and adds a miss file that was surface by CI step.
Adds ability to evelate data value to global context
Each plugin now has an option that will also promote the data to the export group in the global context.
Initial Public Release
Sets data values based on contents of local files. Plugins provided for node steps and workflow steps.
Reads JSON files and sets data values based on first matching key.
Reads text files and sets data values based on regular expression matches. This mode works well for YAML files and java property files.