Revert "add clean workspace to jenkins templates"

This reverts commit a89fd1e4d9c91c1cde675c11c0b3d86cbf2ff0fe.
This commit is contained in:
Timo Hocker 2020-03-10 08:07:02 +01:00
parent a89fd1e4d9
commit 8a6eda9d89
2 changed files with 0 additions and 9 deletions

View File

@ -35,8 +35,5 @@ pipeline {
}
}
}
cleanup {
cleanWs()
}
}
}

View File

@ -20,10 +20,4 @@ pipeline {
}
}
}
post {
cleanup {
cleanWs()
}
}
}