Update Jenkinsfile

This commit is contained in:
Telesphoreo 2023-09-23 13:32:10 -05:00
parent aa957c1777
commit 065576c8b2

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
stage('clean') {
steps {
withGradle {
sh './gradlew clean'
sh './gradlew cleanCache'
}
}
}