Skip to content

Commit dd6f5ac

Browse files
committed
Jenkinsfile JDK 12 performs git clean
1 parent 69c1e3f commit dd6f5ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ try {
8787
timeout(time: 45, unit: 'MINUTES') {
8888
node('linux') {
8989
checkout scm
90+
sh "git clean -dfx"
9091
try {
9192
withCredentials([GRADLE_ENTERPRISE_CACHE_USER,
9293
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY,

0 commit comments

Comments
 (0)