Skip to content

Commit 86b0825

Browse files
committed
enable tests again
1 parent 00e7834 commit 86b0825

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Jenkinsfile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ pipeline {
2222

2323
stage('build-java') {
2424
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'
3126
}
3227
}
3328

@@ -36,7 +31,7 @@ pipeline {
3631
// For global vars see /jenkins/pipeline-syntax/globals
3732
post {
3833
always {
39-
//junit '**/build/test-results/**/TEST-*.xml'
34+
junit '**/build/test-results/**/TEST-*.xml'
4035
archive 'tests/*/hs_err_pid*.log'
4136
}
4237

0 commit comments

Comments
 (0)