stageRunner_stage_names: Retrieve a flattened list of canonical stage names for a...

Description Usage Value

Description

For example, if we have stages stages = list(a = list(b = 1, c = 2), d = 3, e = list(f = 4, g = 5)) then this method would return list('a/b', 'a/c', 'd', 'e/f', 'e/g')

Usage

1

Value

a list of canonical stage names.


syberia/stagerunner documentation built on May 30, 2019, 10:41 p.m.