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

9
tests/Jenkinsfile vendored
View File

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