diff --git a/Jenkinsfile_yaml b/Jenkinsfile_yaml index 20c83f1..81aee0a 100644 --- a/Jenkinsfile_yaml +++ b/Jenkinsfile_yaml @@ -104,7 +104,7 @@ pipeline { def buildComponents(args) { parallel args.items.collectEntries { name -> [ "${name}": { - if (!"NONE".equalsIgnoreCase(name) + if (!"NONE".equalsIgnoreCase(name)) build name }]} } \ No newline at end of file