提交 a9c51e25 编写于 作者: L liuyq-617

remove systemctl

上级 aac0aedd
...@@ -119,7 +119,7 @@ pipeline { ...@@ -119,7 +119,7 @@ pipeline {
} }
sh''' sh'''
systemctl start taosd nohup taosd >/dev/null &
sleep 10 sleep 10
''' '''
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
...@@ -155,7 +155,7 @@ pipeline { ...@@ -155,7 +155,7 @@ pipeline {
''' '''
} }
sh ''' sh '''
systemctl stop taosd pkill -9 taosd
cd ${WKC}/tests cd ${WKC}/tests
./test-all.sh b2 ./test-all.sh b2
date date
......
...@@ -119,7 +119,7 @@ pipeline { ...@@ -119,7 +119,7 @@ pipeline {
} }
sh''' sh'''
systemctl start taosd nohup taosd >/dev/null &
sleep 10 sleep 10
''' '''
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
...@@ -163,7 +163,7 @@ pipeline { ...@@ -163,7 +163,7 @@ pipeline {
''' '''
} }
sh ''' sh '''
systemctl stop taosd pkill -9 taosd
cd ${WKC}/tests cd ${WKC}/tests
./test-all.sh b2 ./test-all.sh b2
date date
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册