npm install td-connector2.0 for Jenkinsfile

This commit is contained in:
wenzhouwww 2021-09-02 09:53:46 +08:00
parent d813d29050
commit 74064a5444
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -234,7 +234,9 @@ pipeline {
cd ${WKC}/tests/examples/nodejs
npm install td2.0-connector > /dev/null 2>&1
node nodejsChecker.js host=localhost
node ../../connectorTest/nodejsTest/nanosupport/nanosecondTest.js
cd ${WKC}/tests/connectorTest/nodejsTest/nanosupport
npm install td2.0-connector > /dev/null 2>&1
node nanosecondTest.js
node test1970.js
'''
sh '''