Skip to content

Commit

Permalink
Add gradlew clean
Browse files Browse the repository at this point in the history
  • Loading branch information
stggn committed Nov 10, 2023
1 parent 174c645 commit 12a9576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pipeline {

stage('Build') {
steps {
sh "$GRADLE_CMD build -x test"
sh "$GRADLE_CMD clean build -x test"
archiveArtifacts allowEmptyArchive: true, artifacts: '**/build/libs/*.jar', fingerprint: true
}
}
Expand Down

0 comments on commit 12a9576

Please sign in to comment.