From fd0a3a9603562b3c6a1493b8a5787459cc20cc5c Mon Sep 17 00:00:00 2001 From: Ping Xiao Date: Fri, 26 Mar 2021 01:17:47 +0800 Subject: [PATCH] change --- Jenkinsfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f0e89c9004..7a4a09ff1c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -215,6 +215,11 @@ pipeline { cd ${WKC}/tests ./test-all.sh b3fq date''' + sh ''' + date + cd ${WKC}/tests + ./test-all.sh full example + date''' } } } @@ -272,12 +277,7 @@ pipeline { date cd ${WKC}/tests ./test-all.sh b7fq - date''' - sh ''' - date - cd ${WKC}/tests - ./test-all.sh full example - date''' + date''' } } } -- GitLab