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

Branch Jenkins file

parent c4ab937f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ parallel (
checkout scm
stage ('build_nyu')
{
sh "./build.sh $WORKSPACE $NODE_NAME pdata ${env.BRANCH_NAME}"
sh "./build.sh $WORKSPACE $NODE_NAME pdata 0 $BRANCH_NAME }"
}
stage ('run_nyu')
......@@ -32,10 +32,9 @@ parallel (
deleteDir()
env.PATH = "/usr/local/bin:${env.PATH}"
checkout scm
echo "$BRANCH_NAME"
stage ('build_sb15')
{
sh "./build.sh $WORKSPACE $NODE_NAME pdata ${env.BRANCH_NAME}"
sh "./build.sh $WORKSPACE $NODE_NAME pdata 0 $BRANCH_NAME"
}
stage ('run_sb15')
......@@ -62,7 +61,7 @@ parallel (
checkout scm
stage ('build_gin')
{
sh "./build.sh $WORKSPACE $NODE_NAME pdata ${env.BRANCH_NAME}"
sh "./build.sh $WORKSPACE $NODE_NAME pdata 0 $BRANCH_NAME"
}
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