fix rmtaos error

This commit is contained in:
liuyq-617 2021-03-19 16:58:37 +08:00
parent 6c96795ab1
commit 41884e2803
1 changed files with 4 additions and 5 deletions

9
Jenkinsfile vendored
View File

@ -32,11 +32,10 @@ def abort_previous(){
milestone(buildNumber) milestone(buildNumber)
} }
def pre_test(){ def pre_test(){
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh ''' sh '''
sudo rmtaos sudo rmtaos || echo "taosd has not installed "
''' '''
}
sh ''' sh '''
cd ${WKC} cd ${WKC}