Skip to content

Commit 91480d8

Browse files
committed
Jenkinsfile-Windows: add cleanTest gradle task
1 parent c112ca6 commit 91480d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Jenkinsfile-Windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipeline {
2525

2626
stage('build-java') {
2727
steps {
28-
bat 'gradlew build test install'
28+
bat 'gradlew cleanTest build test install'
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)