adds clean step to Jenkinsfile
This commit is contained in:
parent
c02a60532e
commit
3cad3470aa
|
@ -7,6 +7,7 @@ def getBranch() {
|
|||
}
|
||||
|
||||
void checkout_tgc_vp() {
|
||||
sh("rm -rf *")
|
||||
checkout([
|
||||
$class: 'GitSCM',
|
||||
branches: [
|
||||
|
|
Loading…
Reference in New Issue