From d1d6070d99dc86c8c8137b5944744cb2db18e019 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Mon, 25 Oct 2021 11:01:39 +0800 Subject: [PATCH] update --- Jenkinsfile | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 46ee302088..413a5685fe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -315,25 +315,11 @@ pipeline { cd ${WKC}/tests/examples/nodejs npm install td2.0-connector > /dev/null 2>&1 node nodejsChecker.js host=localhost - node test1970.js - cd ${WKC}/tests/connectorTest/nodejsTest/nanosupport - npm install td2.0-connector > /dev/null 2>&1 - node nanosecondTest.js - ''' - sh ''' - cd ${WKC}/src/connector/node-rest/ - npm install - npm run build - npm run build:test - npm run test ''' sh ''' cd ${WKC}/tests/examples/C#/taosdemo mcs -out:taosdemo *.cs > /dev/null 2>&1 - echo '' |./taosdemo -c /etc/taos - cd ${WKC}/tests/connectorTest/C#Test/nanosupport - mcs -out:nano *.cs > /dev/null 2>&1 - echo '' |./nano + echo '' |./taosdemo -c /etc/taos ''' sh ''' cd ${WKC}/tests/gotest -- GitLab