udpate Jenkinsfile

This commit is contained in:
liuyq-617 2021-12-21 13:17:53 +08:00
parent d4dee58cdb
commit ca4b962bd2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -108,7 +108,7 @@ pipeline {
pre_test()
sh'''
cd ${WKC}/tests
./test-all.sh p1
./test-all.sh b1
'''
}
}