Skip to content

Commit 483ac34

Browse files
test
1 parent 690e214 commit 483ac34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildenv/jenkins/JenkinsfileBase

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ def buildTest() {
704704
// If lib exists, SHA will be checked. Re-download if SHA does not match.
705705
timeout(time: 20, unit: 'MINUTES') {
706706
def customUrl = getCustomUrl()
707+
env.CUSTOM_URL = customUrl
707708
if (PLATFORM.contains("windows")) {
708709
env.LIB_DIR = env.LIB_DIR.replaceAll("\\\\", "/")
709710
env.SYSTEM_LIB_DIR = env.SYSTEM_LIB_DIR.replaceAll("\\\\", "/")

0 commit comments

Comments
 (0)