[VOL-2709] changes to pipeline that supports GO version based installations
Change-Id: Ie864fcdedfdf04df7e087071c3042fdf091fa67c
diff --git a/Jenkinsfile-voltha-bal31-build b/Jenkinsfile-voltha-bal31-build
index 5d5e28f..cac600e 100644
--- a/Jenkinsfile-voltha-bal31-build
+++ b/Jenkinsfile-voltha-bal31-build
@@ -83,6 +83,8 @@
export VOLTHA_ADAPTER_SIM_CHART=voltha-helm-charts/voltha-adapter-simulated
export VOLTHA_CHART=voltha-helm-charts/voltha
cd $WORKSPACE/kind-voltha
+ elif ( ${ofagentGo} ); then
+ export EXTRA_HELM_FLAGS='-f $WORKSPACE/${configBaseDir}/${configKubernetesDir}/voltha/${configFileName}-ofagent-go.yml'
else
export EXTRA_HELM_FLAGS='-f $WORKSPACE/${configBaseDir}/${configKubernetesDir}/voltha/${configFileName}.yml'
fi
@@ -108,7 +110,7 @@
}
}
}
- if ( params.configurePod && params.profile != "Default") {
+ if ( params.configurePod && params.profile != "Default" ) {
stage('Push Tech-Profile') {
timeout(1) {
out_push_tp = sh returnStatus: true, script: """