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.
2 parents 7bafc95 + d78f92c commit 1156860Copy full SHA for 1156860
Jenkinsfile
@@ -9,7 +9,9 @@ def runTests(String type,String version){
9
node --version
10
npm --version
11
npm install
12
- node etc/test-setup.js -u admin:admin
+ cd test-app
13
+ ./gradlew -i mlDeploy
14
+ cd ..
15
rm -rf $WORKSPACE/*.xml || true
16
./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
17
./node_modules/.bin/gulp setupProxyTests || true
0 commit comments