test ci examples

This commit is contained in:
menshibin 2024-09-25 11:44:58 +08:00
parent 8eefcd7f50
commit a2264530f0
3 changed files with 1 additions and 4 deletions

View File

@ -400,7 +400,7 @@ pipeline {
}
}
stage('linux test') {
agent{label "slave1_47 || slave1_48 || slave1_49 || slave1_50 || slave1_52 || slave1_59 || slave1_63 || worker03 || slave215 || slave217 || slave219 "}
agent{label "slave1_47"}
options { skipDefaultCheckout() }
when {
changeRequest()

View File

@ -16,7 +16,6 @@ async function createConnect() {
}
async function test() {
let dsn = 'ws://localhost:6041'
let wsSql = null;
let wsRows = null;
let ttl = 0;

View File

@ -7,8 +7,6 @@ pgrep taosadapter || taosadapter >> /dev/null 2>&1 &
cd ../../docs/examples/node
npm config set registry https://registry.npmjs.org/
npm install
cd websocketexample