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() {
|
node() {
|
||||||
stage("Checkout") {
|
stage("Checkout") {
|
||||||
|
deleteDir()
|
||||||
git "https://github.com/omallo/ruby-ex.git"
|
git "https://github.com/omallo/ruby-ex.git"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue