Commit 821647ad authored by Boris Djalal's avatar Boris Djalal

Fixing Source Code Path parameter.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 3375ce9a
......@@ -229,7 +229,7 @@ pipeline {
}
if (fileExists(xmlFile)) {
try {
sh "python3 main.py --mode=${mode} --${machine}IPAddress=${params.eNB_IPAddress} --${machine}UserName=${eNB_Username} --${machine}Password=${eNB_Password} --eNBBranch=${eNB_Branch} --eNBSourceCodePath=${params.eNB_SourceCodePath} --eNBRepository=${eNB_Repository} --eNBCommitID=${eNB_CommitID} --ADBIPAddress=${ADB_IPAddress} --EPCIPAddress=${EPC_IPAddress} --XMLTestFile=${xmlFile}"
sh "python3 main.py --mode=${mode} --${machine}IPAddress=${params.eNB_IPAddress} --${machine}UserName=${eNB_Username} --${machine}Password=${eNB_Password} --eNBBranch=${eNB_Branch} --${machine}SourceCodePath=${params.eNB_SourceCodePath} --eNBRepository=${eNB_Repository} --eNBCommitID=${eNB_CommitID} --ADBIPAddress=${ADB_IPAddress} --EPCIPAddress=${EPC_IPAddress} --XMLTestFile=${xmlFile}"
} catch (Exception e) {
currentBuild.result = 'FAILURE'
BUILD_STAGE_STATUS = false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment