Skip to content

Commit 1156860

Browse files
authored
Merge pull request #823 from BillFarber/task/updateJenkinsfile
MLE-10978: update Jenkinsfile to use the new test-app
2 parents 7bafc95 + d78f92c commit 1156860

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ def runTests(String type,String version){
99
node --version
1010
npm --version
1111
npm install
12-
node etc/test-setup.js -u admin:admin
12+
cd test-app
13+
./gradlew -i mlDeploy
14+
cd ..
1315
rm -rf $WORKSPACE/*.xml || true
1416
./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
1517
./node_modules/.bin/gulp setupProxyTests || true

0 commit comments

Comments
 (0)