From a5246bd3cd5bdd5470d7f4b22adececbaa8dde91 Mon Sep 17 00:00:00 2001 From: Anna Babu Palathingal <148897727+annaibm@users.noreply.github.com> Date: Thu, 23 May 2024 11:08:39 -0400 Subject: [PATCH] added custom url --- buildenv/jenkins/JenkinsfileBase | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildenv/jenkins/JenkinsfileBase b/buildenv/jenkins/JenkinsfileBase index c6559b9886..cb06d6fdda 100644 --- a/buildenv/jenkins/JenkinsfileBase +++ b/buildenv/jenkins/JenkinsfileBase @@ -218,7 +218,7 @@ def setupParallelEnv() { sh "perl ./aqa-tests/TKG/scripts/getDependencies.pl -path ${env.LIB_DIR} -task default -customUrl ${customUrl}" } else { env.LIB_DIR = env.SYSTEM_LIB_DIR - sh "perl ./aqa-tests/TKG/scripts/getDependencies.pl -path ${env.LIB_DIR} -task default" + sh "perl ./aqa-tests/TKG/scripts/getDependencies.pl -path ${env.SYSTEM_LIB_DIR} -task default -customUrl ${customUrl}" } } } catch (Exception e) { @@ -672,7 +672,7 @@ def buildTest() { sh "perl ./aqa-tests/TKG/scripts/getDependencies.pl -path ${env.LIB_DIR} -task default -customUrl ${customUrl}" } else { env.LIB_DIR = env.SYSTEM_LIB_DIR - sh "perl ./aqa-tests/TKG/scripts/getDependencies.pl -path ${env.LIB_DIR} -task default" + sh "perl ./aqa-tests/TKG/scripts/getDependencies.pl -path ${env.LIB_DIR} -task default -customUrl ${customUrl}" } } } catch (Exception e) {