Skip to content

Releases: kdebisschop/rundeck-file-lookup-plugin

Fix bug in capturing regex pair

22 Jan 22:47
da924d0
Compare
Choose a tag to compare

Fixes code and testing to capture paired groups in regular expression scan.

Correct list of plugin classes in build.gradle

01 Jan 18:56
Compare
Choose a tag to compare

Cleanup

31 Dec 22:00
Compare
Choose a tag to compare

Removes some unused fields and import.

Enable CI

24 Dec 17:14
9a7101a
Compare
Choose a tag to compare

Enables continuous integration and adds a miss file that was surface by CI step.

Adds ability to evelate data value to global context

24 Dec 15:51
Compare
Choose a tag to compare

Each plugin now has an option that will also promote the data to the export group in the global context.

Initial Public Release

24 Dec 14:30
Compare
Choose a tag to compare

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.