Clean the workspace before checkout

This commit is contained in:
Ovidio Mallo 2017-01-02 04:00:35 +01:00
parent 69713cf80c
commit 6277a0e9ce
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
node() {
stage("Checkout") {
deleteDir()
git "https://github.com/omallo/ruby-ex.git"
}