add clean workspace to jenkins templates

This commit is contained in:
Timo Hocker 2020-03-10 08:03:21 +01:00
parent 91ae8d0061
commit a89fd1e4d9
2 changed files with 9 additions and 0 deletions

View File

@ -35,5 +35,8 @@ pipeline {
} }
} }
} }
cleanup {
cleanWs()
}
} }
} }

View File

@ -20,4 +20,10 @@ pipeline {
} }
} }
} }
post {
cleanup {
cleanWs()
}
}
} }