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

Numeric does not require branch

parent 2a9a1d86
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ parallel (
stage ('build_gin')
{
sh "./build.sh $WORKSPACE $NODE_NAME numerics 0 $BRANCH_NAME"
sh "./build.sh $WORKSPACE $NODE_NAME numerics 0"
}
stage ('run_gin')
......
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