adds clean step to Jenkinsfile

This commit is contained in:
Eyck Jentzsch 2023-12-02 14:28:11 +01:00
parent c02a60532e
commit 3cad3470aa
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -7,6 +7,7 @@ def getBranch() {
}
void checkout_tgc_vp() {
sh("rm -rf *")
checkout([
$class: 'GitSCM',
branches: [