test ci examples
This commit is contained in:
parent
8eefcd7f50
commit
a2264530f0
|
@ -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()
|
||||
|
|
|
@ -16,7 +16,6 @@ async function createConnect() {
|
|||
}
|
||||
|
||||
async function test() {
|
||||
let dsn = 'ws://localhost:6041'
|
||||
let wsSql = null;
|
||||
let wsRows = null;
|
||||
let ttl = 0;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue