[VOL-5100] - periodic-voltha-test-bbsim

jjb/pipeline/voltha/master/bbsim-tests.groovy
vars/installVoltctl.groovy
--------------------------------------------------
  o Misc cleanups suggested by npm-groovy-lint.
  o Removed call to showCommands, installers working so visual feedback
    no longer needed.
  o Comment "set -eu -o pipefail" for now.  Something is failing
    during the script run but difficult to determien from messages
    and context so add more debugging.

Change-Id: If7f48ddb764a2913da72a78bdbbe2b8f4e698e80
diff --git a/vars/installVoltctl.groovy b/vars/installVoltctl.groovy
index 1055e03..fb90ebc 100644
--- a/vars/installVoltctl.groovy
+++ b/vars/installVoltctl.groovy
@@ -39,7 +39,7 @@
     def released=[
 	// v1.9.1 - https://github.com/opencord/voltctl/releases/tag/untagged-cd611c39178f25b95a87
 	'voltha-2.12' : '1.8.45',
-	// 'voltha-2.11' : '1.8.45',
+	'voltha-2.11' : '1.8.45',
 	// https://github.com/opencord/voltctl/releases/tag/v1.7.6
 	'voltha-2.10' : '1.7.6',
 	'voltha-2.9'  : '1.7.4',
@@ -106,7 +106,7 @@
     // -----------------------------------------------------------------------
     sh returnStdout: false, script: """#!/bin/bash
 
-    set -eu -o pipefail
+#    set -eu -o pipefail
 
     bin_voltctl="$WORKSPACE/bin/voltctl"
 
@@ -153,16 +153,6 @@
 
     try
     {
-	def config = [:]
-	showCommands(config)
-    }
-    catch (Exception err)
-    {
-	println("** ${iam}: WARNING ${err}")
-    }
-
-    try
-    {
 	process(branch)
     }
     catch (Exception err)