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 428850d commit c789641Copy full SHA for c789641
ci/Jenkinsfile-Windows
@@ -19,13 +19,13 @@ pipeline {
19
stage('init') {
20
steps {
21
// "cmd /c" for an OK exit code if no file is found
22
- bat 'cmd /c del tests/objectbox-java-test/hs_err_pid*.log'
+ bat 'cmd /c del tests\\objectbox-java-test\\hs_err_pid*.log'
23
}
24
25
26
stage('build-java') {
27
28
- bat 'gradlew build install'
+ bat 'gradlew build test install'
29
30
31
0 commit comments