Skip to content

Captures Multiline Regex Key/Value data using a simple text format from a regular expression

Notifications You must be signed in to change notification settings

rundeck-plugins/multiline-regex-datacapture-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiline Regex Data Capture

This plugin captures Multiline Regex Key/Value data using a simple text format from a regular expression.

Build

gradle clean install

Install

cp build/lib/multiline-regex-datacapture-filter-X.X.X.jar $RDECKBASE/libext

How to use

  • Add a global o a step Multiline Regex Data Capture filter
  • Set the regex pattern to use, eg ^(.+?)\s*=\s*(.+)
  • Set a name data (optional). If the pattern does not capture a key value, this parameter is required (example 2)
  • You can hide the original log output (checking the flag Hide Output)
  • You can print the result of the match (checking the flag Log Data)

Examples

alt_text

Example1

Example2

Example2

Example3

Example3

About

Captures Multiline Regex Key/Value data using a simple text format from a regular expression

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages