fix
This commit is contained in:
parent
1cf439125c
commit
a504403cbc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue