This commit is contained in:
liuyq-617 2021-12-20 16:06:48 +08:00
parent 1a38b77dbb
commit f8b0d8ba45
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -42,7 +42,6 @@ def pre_test(){
killall -9 gdb || echo "no gdb running"
killall -9 python3.8 || echo "no python program running"
cd ${WKC}
//git reset --hard HEAD~10 >/dev/null
'''
script {
if (env.CHANGE_TARGET == 'master') {