Fix typo.

This commit is contained in:
Manuele Simi 2019-09-03 20:34:52 -04:00
parent 6a60d2ac2d
commit 78e6dc98aa
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ pipeline {
def buildComponents(args) {
parallel args.items.collectEntries { name -> [ "${name}": {
if (!"NONE".equalsIgnoreCase(name)
if (!"NONE".equalsIgnoreCase(name))
build name
}]}
}