updates to build job to use default profile
Change-Id: I9b1899adc16ca3868ceac3207edcf7d090faa322
diff --git a/Jenkinsfile-voltha-build b/Jenkinsfile-voltha-build
index 21c4e86..96a4765 100644
--- a/Jenkinsfile-voltha-build
+++ b/Jenkinsfile-voltha-build
@@ -62,7 +62,7 @@
"""
}
}
- if ( params.configurePod )
+ /*if ( params.configurePod )
stage('Push Tech-Profile') {
timeout(1) {
out_push_tp = sh returnStatus: true, script: """
@@ -80,7 +80,7 @@
"""
return out_get_tp == 0
}
- }
+ }*/
stage('Push Sadis-config') {
timeout(1) {
sadis_out = sh returnStatus: true, script: """