setting version to install on siab jobs

Change-Id: Idfb05e0ed6dc356ded8a97681477a39efee6e5c2
diff --git a/jjb/pipeline/siab-test.groovy b/jjb/pipeline/siab-test.groovy
index 4a5cac0..98198ba 100644
--- a/jjb/pipeline/siab-test.groovy
+++ b/jjb/pipeline/siab-test.groovy
@@ -58,7 +58,7 @@
       steps {
         sh """
             pushd $WORKSPACE/cord/automation-tools/seba-in-a-box
-            make
+            make ${params.version}
             popd
             """
             }