Skip to content

Commit 448f4ac

Browse files
committed
Jenkins does not store results for pull requests runs.
1 parent 84c5601 commit 448f4ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def runTests() {
2020
./node_modules/.bin/gulp setupProxyTests || true
2121
./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
2222
'''
23+
junit '**/*.xml'
2324
}
2425

2526
def runDockerCompose(String markLogicDockerImage) {

0 commit comments

Comments
 (0)