Description

A YAML template engine with Python expressions

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:'template1' ]

template

:file

YTE template

*.{yaml}

map_file

:file

YAML file containing a map to be used in the template

*.{yaml}

map

:map

Groovy Map containing mapping information to be used in the template e.g. [ key: value ] with key being a wildcard in the template

Output

name:type
description
pattern

rendered

meta

:map

Groovy Map containing sample information

*.yaml

:file

Rendered YAML file

*.yaml

versions_yte

${task.process}

:string

The process the versions were collected from

yte

:string

The tool name

1.9.4

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The process the versions were collected from

yte

:string

The tool name

1.9.4

:eval

The expression to obtain the version of the tool

Tools

yte
MIT

A YAML template engine with Python expressions