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