Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 1.06 KB

Readme.md

File metadata and controls

58 lines (30 loc) · 1.06 KB

Attribute Match Node Enhancer

This is a plugin for Rundeck 3.0.15+ that implements some Node Enhancer plugins.

Build Status

Download

releases

Plugins

  1. Icon Node Enhancer

Set the icon of a node based on existing attribute

  1. Attribute Match Enhancer

Add some attributes when other attributes match a pattern.

How to

Build

Build the project with Gradle

./gradlew build

Test

Test the project with Gradle

./gradlew check

Release

Release the project.

./gradlew release

Version

Get current version from axion-release plugin

./gradlew currentVersion

increment minor version

Bump minor version

./gradlew markNextVersion -Prelease.incrementer=incrementMinor

increment major version

Bump major version

./gradlew markNextVersion -Prelease.incrementer=incrementMajor