From 41fbf46903d96ff267d2852b9d5c65ec5daea8e1 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Tue, 25 Jul 2017 00:59:41 +0200
Subject: [PATCH] Fixing Jenkins file for numerics

---
 Jenkinsfile_numerics | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile_numerics b/Jenkinsfile_numerics
index ee201dfc..c4c224cc 100644
--- a/Jenkinsfile_numerics
+++ b/Jenkinsfile_numerics
@@ -9,7 +9,7 @@ parallel (
                     checkout scm
                     stage ('build_gin')
                     {
-                      sh "./build.sh $WORKSPACE $NODE_NAME numerics"
+                      sh "./build_pdata.sh $WORKSPACE $NODE_NAME numerics"
                     }
 
                     stage ('run_gin')
@@ -35,7 +35,7 @@ parallel (
                     checkout scm
                     stage ('build_sb15')
                     {
-                      sh "./build.sh $WORKSPACE $NODE_NAME numerics"
+                      sh "./build_pdata.sh $WORKSPACE $NODE_NAME numerics"
                     }
 
                     stage ('run_sb15')
-- 
GitLab