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 4a013b5 commit 9550962Copy full SHA for 9550962
Jenkinsfile
@@ -14,8 +14,6 @@ def runTests(String type,String version){
14
./node_modules/.bin/mocha --timeout 10000 -R xunit test-basic/ -g \'logging|archivePath\' --invert >> $WORKSPACE/test-basic-reports.xml || true
15
./node_modules/.bin/gulp setupProxyTests || true
16
./node_modules/.bin/mocha --timeout 10000 -R xunit test-basic-proxy/lib/**/*.js -g \'logging|archivePath\' --invert >> $WORKSPACE/test-basic-proxy-reports.xml || true
17
- sed -n \'/^<testsuite/, $p\' test-basic-reports.xml > test-basic-reports-filtered.xml || true
18
- sed -n \'/^<testsuite/, $p\' test-basic-proxy-reports.xml >> test-basic-proxy-reports-filtered.xml || true
19
'''
20
junit '**/*.xml'
21
0 commit comments