Skip to content
Snippets Groups Projects
Commit 41fbf469 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing Jenkins file for numerics

parent d3e8ae02
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment