File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,7 @@ pipeline {
22
22
23
23
stage(' build-java' ) {
24
24
steps {
25
- sh ' ./gradlew --stacktrace ' +
26
- ' -Dorg.gradle.daemon=false -PpreferedRepo=local -x test ' +
27
- ' clean build uploadArchives'
28
-
29
- // TODO enable again, once it works:
30
- // sh './test-with-asan.sh -Dextensive-tests=true -PpreferedRepo=local clean build uploadArchives'
25
+ sh ' ./test-with-asan.sh -Dextensive-tests=true -PpreferedRepo=local clean build uploadArchives'
31
26
}
32
27
}
33
28
@@ -36,7 +31,7 @@ pipeline {
36
31
// For global vars see /jenkins/pipeline-syntax/globals
37
32
post {
38
33
always {
39
- // junit '**/build/test-results/**/TEST-*.xml'
34
+ junit ' **/build/test-results/**/TEST-*.xml'
40
35
archive ' tests/*/hs_err_pid*.log'
41
36
}
42
37
You can’t perform that action at this time.
0 commit comments