Jenkinsfile JDK 12 performs git clean

This commit is contained in:
Eleftheria Stein
2021-01-19 09:20:04 +01:00
parent 69c1e3f6b2
commit dd6f5ac7a8

1
Jenkinsfile vendored
View File

@@ -87,6 +87,7 @@ try {
timeout(time: 45, unit: 'MINUTES') {
node('linux') {
checkout scm
sh "git clean -dfx"
try {
withCredentials([GRADLE_ENTERPRISE_CACHE_USER,
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY,