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

Latest modules

parent e3037492
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ parallel (
stage ('build_centos')
{
sh "./build.sh $WORKSPACE $NODE_NAME numerics numerics $BRANCH_NAME"
sh "./build.sh $WORKSPACE $NODE_NAME numerics numerics"
}
stage ('run_gin')
......@@ -65,7 +65,7 @@ parallel (
stage ('build mac')
{
sh "./build.sh $WORKSPACE $NODE_NAME numerics numerics $BRANCH_NAME"
sh "./build.sh $WORKSPACE $NODE_NAME numerics numerics"
}
stage ('run mac')
......@@ -103,7 +103,7 @@ parallel (
stage ('build ubuntu')
{
sh "./build.sh $WORKSPACE $NODE_NAME numerics numerics $BRANCH_NAME"
sh "./build.sh $WORKSPACE $NODE_NAME numerics numerics"
}
stage ('run ubuntu')
......
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