Jenkinsfile JDK 12 performs git clean
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user