Update jenkinsfile to use make build instead of make
Change-Id: I9c162fc5bb35863f89843dc3ac53ad4e475c7b3c
diff --git a/Jenkinsfile b/Jenkinsfile
index ff7b0c3..8318e34 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,7 +8,7 @@
sh 'vagrant up voltha'
stage 'Build voltha'
- sh 'vagrant ssh -c "cd /cord/incubator/voltha && source env.sh && make fetch && make" voltha'
+ sh 'vagrant ssh -c "cd /cord/incubator/voltha && source env.sh && make fetch && make build" voltha'
stage 'Bring up voltha containers'
sh 'vagrant ssh -c "cd /cord/incubator/voltha && source env.sh && docker-compose -f compose/docker-compose-system-test.yml up -d" voltha'