fix reference to groovy map target key

This commit is contained in:
Stephen Birarda 2013-06-19 14:45:37 -07:00
parent 1ad6af8b8d
commit 410614296d

View file

@ -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 */