From 48d4aef169a85601c2f24b3310ca2643b23937d1 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Sep 2021 11:17:00 +0800 Subject: [PATCH] change /etc/taos/taos.cfg parms about timezone! --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 189643d0f5..d23bac3089 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -235,6 +235,7 @@ pipeline { npm install td2.0-connector > /dev/null 2>&1 node nodejsChecker.js host=localhost cd ${WKC}/tests/connectorTest/nodejsTest/nanosupport + echo "timezone Asia/Shanghai (CST, +0800)">>/etc/taos/taos.cfg npm install td2.0-connector > /dev/null 2>&1 node nanosecondTest.js node test1970.js