Jenkins file for voltha test job

Change-Id: I173e174c59f6da6de58ccfdec9abb847f36a2473
diff --git a/Jenkinsfile-voltha-build b/Jenkinsfile-voltha-build
index 04bb1a3..5e4c63f 100644
--- a/Jenkinsfile-voltha-build
+++ b/Jenkinsfile-voltha-build
@@ -126,7 +126,7 @@
                             """
                     }
                 }
-                stage('Push Tech-Profile') {
+                /*stage('Push Tech-Profile') {
                     timeout(1) {
                         waitUntil {
                             sh returnStdout: true, script: """
@@ -135,7 +135,7 @@
                             """
                         }
                     }
-                }
+                }*/
             }
             currentBuild.result = 'SUCCESS'
         } catch (err) {