Commit ae680925 authored by Boris Djalal's avatar Boris Djalal

Setting params.ADB_IPAddress.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 7cf09889
......@@ -158,6 +158,12 @@ pipeline {
sh "./ci-scripts/fail.sh"
}
echo "end if 2"
// The following parameters are kept not to break the current main.py command line and code.
// They should be removed in the future.
if (params.ADB_IPAddress == null) {
params.ADB_IPAddress = "none"
}
echo "params.ADB_IPAddress = ${params.ADB_IPAddress}"
}
}
}
......
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