fix some error

This commit is contained in:
liuyq-617 2021-12-20 16:01:01 +08:00
parent 876e3b5608
commit 1a38b77dbb
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -42,7 +42,7 @@ 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
//git reset --hard HEAD~10 >/dev/null
'''
script {
if (env.CHANGE_TARGET == 'master') {
@ -77,6 +77,7 @@ def pre_test(){
git checkout -qf FETCH_HEAD
export TZ=Asia/Harbin
date
rm -rf debug
mkdir debug
cd debug
cmake .. > /dev/null