Adding multicore functionalities

Change-Id: Id490c434230115768b87042669249cc531ecda55
diff --git a/Jenkinsfile.newBuildSystem b/Jenkinsfile.newBuildSystem
index 7d5e401..9107f19 100644
--- a/Jenkinsfile.newBuildSystem
+++ b/Jenkinsfile.newBuildSystem
@@ -94,7 +94,7 @@
                 }
 
                 stage ("Deploy") {
-                    sh "make build"
+                    sh "make -j4 build"
                 }
 
                 if (config.compute_nodes != null) {