We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690e214 commit 483ac34Copy full SHA for 483ac34
buildenv/jenkins/JenkinsfileBase
@@ -704,6 +704,7 @@ def buildTest() {
704
// If lib exists, SHA will be checked. Re-download if SHA does not match.
705
timeout(time: 20, unit: 'MINUTES') {
706
def customUrl = getCustomUrl()
707
+ env.CUSTOM_URL = customUrl
708
if (PLATFORM.contains("windows")) {
709
env.LIB_DIR = env.LIB_DIR.replaceAll("\\\\", "/")
710
env.SYSTEM_LIB_DIR = env.SYSTEM_LIB_DIR.replaceAll("\\\\", "/")
0 commit comments