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 84c5601 commit 448f4acCopy full SHA for 448f4ac
Jenkinsfile
@@ -20,6 +20,7 @@ def runTests() {
20
./node_modules/.bin/gulp setupProxyTests || true
21
./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
22
'''
23
+ junit '**/*.xml'
24
}
25
26
def runDockerCompose(String markLogicDockerImage) {
0 commit comments