Merge "Adding build pipeline for ONF DEMO POD"
diff --git a/jjb/pipeline/voltha-bbsim-tests.groovy b/jjb/pipeline/voltha-bbsim-tests.groovy
index df1f1a9..42b984b 100644
--- a/jjb/pipeline/voltha-bbsim-tests.groovy
+++ b/jjb/pipeline/voltha-bbsim-tests.groovy
@@ -60,6 +60,7 @@
         sh """
            git clone https://github.com/ciena/kind-voltha.git
            cd kind-voltha/
+           export DESIRED_VERSION=v2.14.3    # For Helm
            DEPLOY_K8S=y JUST_K8S=y FANCY=0 ./voltha up
            """
       }
diff --git a/jjb/pipeline/voltha-go-tests.groovy b/jjb/pipeline/voltha-go-tests.groovy
index ed22ee3..8d282c5 100644
--- a/jjb/pipeline/voltha-go-tests.groovy
+++ b/jjb/pipeline/voltha-go-tests.groovy
@@ -40,6 +40,7 @@
       steps {
         sh """
            cd kind-voltha/
+           export DESIRED_VERSION=v2.14.3    # For Helm
            EXTRA_HELM_FLAGS="${params.extraHelmFlags}" VOLTHA_LOG_LEVEL=DEBUG TYPE=minimal WITH_RADIUS=y WITH_BBSIM=y INSTALL_ONOS_APPS=y CONFIG_SADIS=y WITH_SIM_ADAPTERS=n FANCY=0 ./voltha up
            """
       }