mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +02:00
fix reference to groovy map target key
This commit is contained in:
parent
1ad6af8b8d
commit
410614296d
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ def targets = [
|
|||
|
||||
/* setup all of the target jobs to use the above template */
|
||||
for (target in targets) {
|
||||
queue hifiJob(target, target.value)
|
||||
queue hifiJob(target.key, target.value)
|
||||
}
|
||||
|
||||
/* setup the parametrized-build job for builds from jenkins */
|
||||
|
|
Loading…
Reference in a new issue