clean up test files

This commit is contained in:
liuyq-617 2021-02-06 11:59:28 +08:00
parent 46630d65a7
commit 66057c4e36
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -90,6 +90,7 @@ pipeline {
script{
skipstage=sh(script:"git --no-pager diff --name-only FETCH_HEAD develop|grep -v -E '.*md|//src//connector|Jenkinsfile|test-all.sh' || echo 0 ",returnStdout:true)
}
rm -rf ${WORKSPACE}.tes
}
}