Clean the workspace before checkout
This commit is contained in:
parent
69713cf80c
commit
6277a0e9ce
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
node() {
|
||||
stage("Checkout") {
|
||||
deleteDir()
|
||||
git "https://github.com/omallo/ruby-ex.git"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue