This commit is contained in:
liuyq-617 2021-03-26 09:57:26 +08:00
parent 1cf439125c
commit a504403cbc
1 changed files with 4 additions and 5 deletions

5
tests/Jenkinsfile vendored
View File

@ -1,9 +1,8 @@
def pre_test(){ def pre_test(){
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh ''' sh '''
sudo rmtaos sudo rmtaos||echo 'no taosd installed'
''' '''
}
sh ''' sh '''
cd ${WKC} cd ${WKC}
git reset --hard git reset --hard