Clean the workspace before checkout

This commit is contained in:
Ovidio Mallo 2017-01-02 04:00:35 +01:00
parent 69713cf80c
commit 6277a0e9ce

View file

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