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

Reset workspace

parent b4f3c451
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ parallel (
{
stage ('gin_build')
{
deleteDir()
checkout scm
sh "./build.sh $WORKSPACE $NODE_NAME"
}
......@@ -20,6 +21,7 @@ parallel (
{
stage ('nyu_build')
{
deleteDir()
checkout scm
sh "./build.sh $WORKSPACE $NODE_NAME"
}
......@@ -35,6 +37,7 @@ parallel (
env.PATH = "/usr/local/bin:${env.PATH}"
stage ('sb15_build')
{
deleteDir()
checkout scm
sh "./build.sh $WORKSPACE $NODE_NAME"
}
......
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