This commit is contained in:
Ping Xiao 2021-03-26 01:17:47 +08:00
parent 1f08d25d63
commit fd0a3a9603
1 changed files with 6 additions and 6 deletions

10
Jenkinsfile vendored
View File

@ -215,6 +215,11 @@ pipeline {
cd ${WKC}/tests cd ${WKC}/tests
./test-all.sh b3fq ./test-all.sh b3fq
date''' date'''
sh '''
date
cd ${WKC}/tests
./test-all.sh full example
date'''
} }
} }
} }
@ -273,11 +278,6 @@ pipeline {
cd ${WKC}/tests cd ${WKC}/tests
./test-all.sh b7fq ./test-all.sh b7fq
date''' date'''
sh '''
date
cd ${WKC}/tests
./test-all.sh full example
date'''
} }
} }
} }