From 5a1607cd6e364ca749fa8d5c74785affae5d7e94 Mon Sep 17 00:00:00 2001 From: asinha Date: Wed, 15 Oct 2025 15:20:11 -0700 Subject: [PATCH] Jenkins does not store results for pull requests runs. --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index a42df711..1aa169fe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,6 +20,7 @@ def runTests() { ./node_modules/.bin/gulp setupProxyTests || true ./node_modules/.bin/mocha --timeout 10000 -R xunit test-basic-proxy/lib/**/*.js --reporter mocha-junit-reporter --reporter-options mochaFile=$WORKSPACE/test-basic-proxy-reports.xml -g \'logging|archivePath\' --invert || true ''' + junit '**/*.xml' } def runDockerCompose(String markLogicDockerImage) {