We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c1e3f commit dd6f5acCopy full SHA for dd6f5ac
Jenkinsfile
@@ -87,6 +87,7 @@ try {
87
timeout(time: 45, unit: 'MINUTES') {
88
node('linux') {
89
checkout scm
90
+ sh "git clean -dfx"
91
try {
92
withCredentials([GRADLE_ENTERPRISE_CACHE_USER,
93
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY,
0 commit comments