This is a plugin for Rundeck 3.0.15+ that implements some Node Enhancer plugins.
- Icon Node Enhancer
Set the icon of a node based on existing attribute
- Attribute Match Enhancer
Add some attributes when other attributes match a pattern.
Build the project with Gradle
./gradlew build
Test the project with Gradle
./gradlew check
Release the project.
./gradlew release
Get current version from axion-release plugin
./gradlew currentVersion
Bump minor version
./gradlew markNextVersion -Prelease.incrementer=incrementMinor
Bump major version
./gradlew markNextVersion -Prelease.incrementer=incrementMajor