This commit is contained in:
liuyq-617 2021-12-21 13:14:18 +08:00
parent 524790ccf5
commit d4dee58cdb
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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