VOL-1257 - OpenOLT Driver Agent should support platforms-defined port topologies

Updated openolt driver initial activation sequence with BAL to query and
extract the topology information. This includes both number of ports as
well as the technology for each port. Presently, it is assumed that
all ports use same technology until the adapter resource manager supports
per-port technonologies. Updated hardcoded iterator extents to use
the dynamic results via NumPonIf_() and NumNniIf_(). Added construct
to allow vendors to specify their vendor/model name used in
DeviceInfo discovery.

Change-Id: I9050d78c3246d1be4e869ffdfb3a3f9314b9d959
diff --git a/Jenkinsfile b/Jenkinsfile
index 052f0d9..ff39856 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -26,10 +26,10 @@
           sh returnStdout: true, script: 'cp ../../build-files/OPENOLT_BAL_2.4.3.6.patch download'
         }
         stage ('Build packages and libraries') {
-          sh returnStdout: true, script: '/bin/bash -c make'
+          sh returnStdout: true, script: '/bin/bash -c ./configure && make DEVICE=asfvolt16'
         }
         stage ('Create Debian file') {
-          sh returnStdout: true, script: '/bin/bash -c "make deb"'
+          sh returnStdout: true, script: '/bin/bash -c "make DEVICE=asfvolt16 deb"'
         }
         stage ('Publish executables and DEB package to web server') {
           sh returnStdout: true, script: 'sudo mkdir -p /var/www/voltha-bal/executables'