diff --git a/Jenkinsfile b/Jenkinsfile index 80b3b63dbecf6f7df8dc12330dc8e0235503149f..3cbcad14233a9de6bd78651a1c0a96d53643c3cd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -263,12 +263,12 @@ pipeline { ''' } timeout(time: 60, unit: 'MINUTES'){ - // sh ''' - // cd ${WKC}/tests/pytest - // rm -rf /var/lib/taos/* - // rm -rf /var/log/taos/* - // ./handle_crash_gen_val_log.sh - // ''' + sh ''' + cd ${WKC}/tests/pytest + rm -rf /var/lib/taos/* + rm -rf /var/log/taos/* + ./handle_crash_gen_val_log.sh + ''' sh ''' cd ${WKC}/tests/pytest rm -rf /var/lib/taos/*