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 dc2b1e0 commit 2e0a73dCopy full SHA for 2e0a73d
Jenkinsfile
@@ -18,7 +18,6 @@ def runTests(String type,String version){
18
./node_modules/.bin/mocha --timeout 10000 -R xunit test-basic/ --reporter mocha-junit-reporter --reporter-options mochaFile=$WORKSPACE/test-basic-reports.xml -g \'logging|archivePath\' --invert || true
19
./node_modules/.bin/gulp setupProxyTests || true
20
./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
21
- node etc/test-teardown.js -u admin:admin
22
'''
23
24
}
0 commit comments