linkedin / linkedin-gradle-plugin-for-apache-hadoop

Apache License 2.0
117 stars 76 forks source link

Fix variable substitution issue for flow dependency list. #232

Closed jamiesjc closed 6 years ago

jamiesjc commented 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}"]