Commit 921f3a08 authored by Boris Djalal's avatar Boris Djalal

Save.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 08cdd9f5
...@@ -178,16 +178,12 @@ pipeline { ...@@ -178,16 +178,12 @@ pipeline {
).trim() ).trim()
echo "The email of the author is: ${GIT_COMMIT_EMAIL}" echo "The email of the author is: ${GIT_COMMIT_EMAIL}"
echo "allParametersPresent = ${allParametersPresent}" echo "allParametersPresent = ${allParametersPresent}"
echo "begin if 2"
if (allParametersPresent) { if (allParametersPresent) {
echo "then 2"
echo "All parameters are present" echo "All parameters are present"
} else { } else {
echo "else 2"
echo "Some parameters are missing" echo "Some parameters are missing"
sh "./ci-scripts/fail.sh" 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. // The following parameters are kept not to break the current main.py command line and code.
// They should be removed in the future. // They should be removed in the future.
//if (params.ADB_IPAddress == null) { //if (params.ADB_IPAddress == null) {
......
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