Closed jamiesjc closed 6 years ago
Saw a similar issue #229 when users define variable substitution in the flow dependency list. For example, below would fail with some yaml GString exception:
def jobName = "uploadResourceFilesJob" flowDepends clear: 'false', targetNames: ["${jobName}"]
Saw a similar issue #229 when users define variable substitution in the flow dependency list. For example, below would fail with some yaml GString exception: