Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 414 Bytes

File metadata and controls

16 lines (9 loc) · 414 Bytes

Rundeck Conditional Logic Plugin

This plugin provides node steps that create variables from if/else tests and switch/case structures.

Features

If/Else Test

Uplifts a variable based on one of many available tests:

  • Text Comparisons: eq, ne, lt, le, ge, gt, begins with, ends with
  • Numeric Comparisons, =, !=, <, <=, >=, >

Switch/Case Test

Uplifts a variable based on a switch/case structure