Fix typo.
This commit is contained in:
parent
6a60d2ac2d
commit
78e6dc98aa
|
@ -104,7 +104,7 @@ pipeline {
|
|||
|
||||
def buildComponents(args) {
|
||||
parallel args.items.collectEntries { name -> [ "${name}": {
|
||||
if (!"NONE".equalsIgnoreCase(name)
|
||||
if (!"NONE".equalsIgnoreCase(name))
|
||||
build name
|
||||
}]}
|
||||
}
|
Loading…
Reference in New Issue