Skip to content

Commit

Permalink
added custom url
Browse files Browse the repository at this point in the history
  • Loading branch information
annaibm committed May 23, 2024
1 parent 1fc9140 commit a5246bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildenv/jenkins/JenkinsfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit a5246bd

Please sign in to comment.