fix rmtaos error
This commit is contained in:
parent
6c96795ab1
commit
41884e2803
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue