improve jenkinsfile

This commit is contained in:
liuyq-617 2020-12-19 14:02:36 +08:00
parent a41e2ad3bf
commit b8f19ee83e
1 changed files with 1 additions and 1 deletions

2
tests/Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ def pre_test(){
pipeline {
agent none
environment{
BRANCH = 'develop'
BRANCH = $branch_name
WK = '/var/lib/jenkins/workspace/TDinternal'
WKC= '/var/lib/jenkins/workspace/TDinternal/community'
}