Update stage names appropriately for build pipeline

Change-Id: If1767704df3e4aa1ea6bada36bdcaa413960956d
diff --git a/Jenkinsfile-voltha-build b/Jenkinsfile-voltha-build
index 3209920..8fea4bb 100644
--- a/Jenkinsfile-voltha-build
+++ b/Jenkinsfile-voltha-build
@@ -121,7 +121,7 @@
                 }
             }
             if ( deployment_config.fabric_switches.size() > 0 ) {
-              stage('Configure ONOS') {
+              stage('Switch Configurations in ONOS') {
                 timeout(1) {
                     netcfg_out = sh returnStatus: true, script: """
                     curl -sSL --user karaf:karaf -X POST -H Content-Type:application/json http://${deployment_config.nodes[0].ip}:30120/onos/v1/network/configuration --data @$WORKSPACE/${configBaseDir}/${configToscaDir}/voltha/${configFileName}-onos-netcfg-switch.json