Skip to content

Commit c789641

Browse files
committed
Jenkinsfile-Windows: more fixes
1 parent 428850d commit c789641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/Jenkinsfile-Windows

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ pipeline {
1919
stage('init') {
2020
steps {
2121
// "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'
22+
bat 'cmd /c del tests\\objectbox-java-test\\hs_err_pid*.log'
2323
}
2424
}
2525

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

0 commit comments

Comments
 (0)