fix
This commit is contained in:
parent
5e8ab6b948
commit
a9eecfa5c1
|
@ -33,10 +33,7 @@ def abort_previous(){
|
||||||
milestone(buildNumber)
|
milestone(buildNumber)
|
||||||
}
|
}
|
||||||
def pre_test(){
|
def pre_test(){
|
||||||
script{
|
|
||||||
abort_previous()
|
|
||||||
abortPreviousBuilds()
|
|
||||||
}
|
|
||||||
|
|
||||||
sh '''
|
sh '''
|
||||||
sudo rmtaos || echo "taosd has not installed"
|
sudo rmtaos || echo "taosd has not installed"
|
||||||
|
|
Loading…
Reference in New Issue