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 74aa92d commit fe00affCopy full SHA for fe00aff
Jenkinsfile
@@ -42,6 +42,7 @@ pipeline {
42
stage('init') {
43
steps {
44
sh 'chmod +x gradlew'
45
+ sh './gradlew -version'
46
47
// "|| true" for an OK exit code if no file is found
48
sh 'rm tests/objectbox-java-test/hs_err_pid*.log || true'
ci/Jenkinsfile-Windows
@@ -25,6 +25,8 @@ pipeline {
25
stages {
26
27
28
+ bat 'gradlew -version'
29
+
30
// "cmd /c" for an OK exit code if no file is found
31
bat 'cmd /c del tests\\objectbox-java-test\\hs_err_pid*.log'
32
}
0 commit comments